aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorStanley Yip <33562077+yipstanley@users.noreply.github.com>2019-07-28 18:20:07 +0000
committerGitHub <noreply@github.com>2019-07-28 18:20:07 +0000
commit6e9b633b822c9c56f48b5b0766d730a27b32f018 (patch)
tree76b10100785b842244793df3ad174fd09a2f2381 /src/client/views/GlobalKeyHandler.ts
parent5fd48d3d10e86cea834f0238ec5d648febb62c81 (diff)
parent8add42e2bb0eb997a8b6eb0904381d11e9ed2905 (diff)
Merge pull request #220 from browngraphicslab/pdf_paste_backlink
Pdf paste backlink
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index 5050f34ab..d52c05b2f 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -152,9 +152,9 @@ export default class KeyManager {
stopPropagation = false;
break;
case "a":
- case "c":
case "v":
case "x":
+ case "c":
stopPropagation = false;
preventDefault = false;
break;