mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
migrated all remaining dialogs to bootstrap modals, #203
This commit is contained in:
@@ -59,7 +59,7 @@ function openNotePath(notePath) {
|
||||
|
||||
if (glob.activeDialog) {
|
||||
try {
|
||||
glob.activeDialog.dialog('close');
|
||||
glob.activeDialog.modal('hide');
|
||||
} catch (e) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user