mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
added search for electron + sourcemap for jquery
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
// Don't fire in text-accepting inputs that we didn't directly bind to
|
||||
if (this !== event.target && (/textarea|select/i.test(event.target.nodeName) ||
|
||||
(jQuery.hotkeys.options.filterTextInputs &&
|
||||
event.target.tagName != 'WEBVIEW' &&
|
||||
jQuery.inArray(event.target.type, jQuery.hotkeys.textAcceptingInputTypes) > -1))) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user