diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-08-23 16:40:52 -0400 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-08-23 16:40:52 -0400 |
commit | e138dc74aaff258e9598d65244c85f1ab0c5fb17 (patch) | |
tree | 264b78adae65cc7d06f3a15027b3f7e4007634d9 /src/client/views/GlobalKeyHandler.ts | |
parent | ed7f9a9cd3255f7b774268cfda35685ddacfe2e9 (diff) | |
parent | bdb132d92eafc43f04bf6f002b8082d233ccafc3 (diff) |
pulled from master
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r-- | src/client/views/GlobalKeyHandler.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index fda3f55bb..d0464bd5f 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -181,9 +181,6 @@ export default class KeyManager { break; case "a": case "v": - stopPropagation = false; - preventDefault = false; - break; case "x": case "c": stopPropagation = false; |