diff options
author | Monika <monika_hedman@brown.edu> | 2019-06-19 18:39:08 -0400 |
---|---|---|
committer | Monika <monika_hedman@brown.edu> | 2019-06-19 18:39:08 -0400 |
commit | cf63f68c9d1345855a2bd1f24ba143ba4cfc458a (patch) | |
tree | f99aa8d36f6b06de4bfec557638534c43ea2bd52 /src/client/views/MainView.tsx | |
parent | 475df987dd647bb1e5202329f0d0ffc088bb66e6 (diff) |
end of day 6/19
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index c612d4b00..5325282be 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -326,6 +326,9 @@ export class MainView extends React.Component { globalKeyHandler = (e: KeyboardEvent) => { if (e.key === "Control" || !e.ctrlKey) return; + if(e.key === "v") return; + if(e.key === "c") return; + e.preventDefault(); e.stopPropagation(); |