mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
fix #435
This commit is contained in:
parent
ad973de0b3
commit
51671b22a0
@ -332,6 +332,10 @@ class ConsoleState(flow.State):
|
|||||||
self.set_focus(self.focus)
|
self.set_focus(self.focus)
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
def clear(self):
|
||||||
|
self.focus = None
|
||||||
|
super(ConsoleState, self).clear()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Options(object):
|
class Options(object):
|
||||||
|
Loading…
Reference in New Issue
Block a user