mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
fix keyboard navigation
This commit is contained in:
parent
a3fa9e14ae
commit
c5f3bb83f6
@ -632,7 +632,7 @@ class FlowView(tabs.Tabs):
|
||||
message="Tab to the request or response",
|
||||
expire=1
|
||||
)
|
||||
elif key in "bfgmxvzEC" and not conn:
|
||||
elif key in set("bfgmxvzEC") and not conn:
|
||||
signals.status_message.send(
|
||||
message = "Tab to the request or response",
|
||||
expire = 1
|
||||
|
Loading…
Reference in New Issue
Block a user