mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
fixes copying on macos
This commit is contained in:
parent
8b9583f19d
commit
995d9f0f49
@ -6,7 +6,7 @@ import * as modalActions from "./modal"
|
||||
|
||||
export function onKeyDown(e) {
|
||||
//console.debug("onKeyDown", e)
|
||||
if (e.ctrlKey) {
|
||||
if (e.ctrlKey || e.metaKey) {
|
||||
return () => {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user