Update exit_review.py
This commit is contained in:
parent
fff62f0eb3
commit
b948fccb46
@ -4,8 +4,8 @@ class command():
|
||||
def __init__(self):
|
||||
pass
|
||||
def run(self, environment):
|
||||
environment['screenData']['oldCursorReview'] = {'x':-1,'y':-1}
|
||||
environment['screenData']['newCursorReview'] = {'x':-1,'y':-1}
|
||||
environment['screenData']['oldCursorReview'] = None
|
||||
environment['screenData']['newCursorReview'] = None
|
||||
environment['runtime']['outputManager'].presentText(environment, "leve review mode", interrupt=True)
|
||||
return environment
|
||||
def setCallback(self, callback):
|
||||
|
Loading…
Reference in New Issue
Block a user