add delete shortcut to delete flows in mitmweb (#5896)

This commit is contained in:
Sujal Singh 2023-01-30 18:29:21 +05:30 committed by GitHub
parent 849a3c33cb
commit e3a7941913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ export function onKeyDown(e: KeyboardEvent) {
break
}
case "Delete":
case "d": {
if (!flow) {
return