mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
moved dialog entrypoints into bootstrap, fixes
This commit is contained in:
@@ -128,12 +128,6 @@ function linkTypeChanged() {
|
||||
|
||||
$linkTypes.change(linkTypeChanged);
|
||||
|
||||
$(document).bind('keydown', 'ctrl+l', e => {
|
||||
showDialog();
|
||||
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
export default {
|
||||
showDialog
|
||||
};
|
||||
Reference in New Issue
Block a user