mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 21:30:04 +00:00
add delete shortcut to delete flows in mitmweb (#5896)
This commit is contained in:
parent
849a3c33cb
commit
e3a7941913
@ -73,6 +73,7 @@ export function onKeyDown(e: KeyboardEvent) {
|
||||
break
|
||||
}
|
||||
|
||||
case "Delete":
|
||||
case "d": {
|
||||
if (!flow) {
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user