aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-08-15 16:44:57 -0400
committermonikahedman <monika_hedman@brown.edu>2019-08-15 16:44:57 -0400
commit7e4aacb09e8c80a3452ca24145b1f094170a897b (patch)
tree98e80a42185c90f00155c6246aea1cedbde7515e /src/client/views/GlobalKeyHandler.ts
parentc03db1feedd7fac944985894aa17709c4d7e3f5b (diff)
cleaning up
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index f55953bd4..833bacedb 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -181,8 +181,6 @@ export default class KeyManager {
break;
case "a":
case "v":
- this.printClipboard();
- break;
case "x":
case "c":
stopPropagation = false;