diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-08-15 16:44:57 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-08-15 16:44:57 -0400 |
| commit | 7e4aacb09e8c80a3452ca24145b1f094170a897b (patch) | |
| tree | 98e80a42185c90f00155c6246aea1cedbde7515e /src/client/views/GlobalKeyHandler.ts | |
| parent | c03db1feedd7fac944985894aa17709c4d7e3f5b (diff) | |
cleaning up
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
| -rw-r--r-- | src/client/views/GlobalKeyHandler.ts | 2 |
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; |
