Update remove_clipboard_marks

This commit is contained in:
chrys87 2016-08-23 13:19:08 +02:00 committed by GitHub
parent c677d7b761
commit 803b150cf4

View File

@ -6,6 +6,7 @@ class command():
def run(self, environment):
environment['commandBuffer']['clipboardMark']['1'] = None
environment['commandBuffer']['clipboardMark']['2'] = None
environment['runtime']['outputManager'].presentText(environment, 'Remove clipboard marks', interrupt=True)
return environment
def setCallback(self, callback):
pass