From c364714c8188ab1503b53b096a70b1fd5b6b3055 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 26 Sep 2021 18:14:00 -0400 Subject: Fix hotkey input field conflict (#1963) * Move comment * Add DocumentUtil.isInputElement * Use DocumentUtil.isInputElement * Fix simple hotkeys (shift or no modifier) preventing text field input * Improve input detection * Validate key is an input character before blocking hotkey * Simplify * Fix incorrect property --- ext/permissions.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/permissions.html') diff --git a/ext/permissions.html b/ext/permissions.html index 49daa940..04d1d5fa 100644 --- a/ext/permissions.html +++ b/ext/permissions.html @@ -263,6 +263,7 @@ + -- cgit v1.2.3