fix interrupt while typing
This commit is contained in:
parent
b850960ab6
commit
014e5032ac
@ -23,7 +23,7 @@ class command():
|
||||
return
|
||||
if self.env['runtime']['screenManager'].isScreenChange():
|
||||
return
|
||||
if len(self.env['runtime']['inputManager'].getLastDeepestInput()) > len(self.env['input']['currInput']):
|
||||
if len(self.env['input']['currInput']) <= len(self.env['input']['prevInput']):
|
||||
return
|
||||
# if the filter is set
|
||||
if self.env['runtime']['settingsManager'].getSetting('keyboard', 'interruptOnKeyPressFilter').strip() != '':
|
||||
|
Loading…
Reference in New Issue
Block a user