aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-08-19 20:46:14 -0400
committermonikahedman <monika_hedman@brown.edu>2019-08-19 20:46:14 -0400
commitbb172696ae7824e8f1339d1bf54d389500b68b20 (patch)
tree925233c7f7df77c890eaaebdbb65c5cd320c7af8 /src/client/views/GlobalKeyHandler.ts
parentb037aa89fb564812f880994453ce002054a0ad82 (diff)
parent9741ecc4bdfd822d8bcbe9d6505c5c2dce06cbbb (diff)
pulled from my updates
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index 833bacedb..6238eb7b6 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -181,6 +181,9 @@ export default class KeyManager {
break;
case "a":
case "v":
+ stopPropagation = false;
+ preventDefault = false;
+ break;
case "x":
case "c":
stopPropagation = false;