fake text window has no close
old-commit-hash: 0e7d50941551d27c8f12e618fac0c03a96109f07
This commit is contained in:
@@ -59,6 +59,9 @@ class FakeTextWindow(TextWindow):
|
||||
def update(self, _):
|
||||
pass
|
||||
|
||||
def close(self):
|
||||
pass
|
||||
|
||||
def __exit__(self, type, value, traceback):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user