From 405e487a7347181f6f49f01839c807c84fc93e41 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 31 Mar 2017 21:48:10 -0700 Subject: ctrl + c to copy --- ext/mixed/js/display.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/mixed/js/display.js') diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 9738319a..f950f0f0 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -301,7 +301,10 @@ class Display { const handler = handlers[e.keyCode]; if (handler && handler()) { e.preventDefault(); + return true; } + + return false; } sourceBack() { -- cgit v1.2.3