aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-08-15 13:01:09 -0400
committermonikahedman <monika_hedman@brown.edu>2019-08-15 13:01:09 -0400
commit1644ec6fe0c42dab05f837761c559fbc9b4a6450 (patch)
tree8ffe770a17ef16c4249736ed6d3cfbe9de58cb4b /src/client/views/GlobalKeyHandler.ts
parentdce7e2d39ffb9dfe2b3847af50a0e50be7eb87c5 (diff)
text box almost happening
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index f55953bd4..df907b950 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -181,7 +181,9 @@ export default class KeyManager {
break;
case "a":
case "v":
- this.printClipboard();
+ // this.printClipboard();
+ stopPropagation = false;
+ preventDefault = false;
break;
case "x":
case "c":