From af74bf84adbe0abcf7fa491f352d31b417c78cd4 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Sun, 29 Oct 2017 14:35:36 +0000 Subject: Suppress all keyup events automatically if we consume the keydown --- content_scripts/mode_insert.coffee | 1 - 1 file changed, 1 deletion(-) (limited to 'content_scripts/mode_insert.coffee') diff --git a/content_scripts/mode_insert.coffee b/content_scripts/mode_insert.coffee index a43a129f..f512574c 100644 --- a/content_scripts/mode_insert.coffee +++ b/content_scripts/mode_insert.coffee @@ -32,7 +32,6 @@ class InsertMode extends Mode name: "insert" indicator: if not @permanent and not Settings.get "hideHud" then "Insert mode" keypress: handleKeyEvent - keyup: handleKeyEvent keydown: handleKeyEvent super extend defaults, options -- cgit v1.2.3