try to fix delete trigger
This commit is contained in:
parent
875640c5c1
commit
18b9e92b19
@ -24,7 +24,9 @@ class command():
|
||||
# No deletion
|
||||
if environment['screenData']['newNegativeDelta'] == '':
|
||||
return environment
|
||||
|
||||
# too much for a single backspace...
|
||||
if len(environment['screenData']['newNegativeDelta']) >= 5:
|
||||
return environment
|
||||
environment['runtime']['outputManager'].presentText(environment, environment['screenData']['newNegativeDelta'], interrupt=True)
|
||||
return environment
|
||||
def setCallback(self, callback):
|
||||
|
Loading…
Reference in New Issue
Block a user