mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 01:06:36 +01:00
moved all global variables into glob object
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
glob = {};
|
||||
|
||||
// hot keys are active also inside inputs and content editables
|
||||
jQuery.hotkeys.options.filterInputAcceptingElements = true;
|
||||
jQuery.hotkeys.options.filterContentEditable = true;
|
||||
|
||||
Reference in New Issue
Block a user