mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
close currently active dialog if a different one is activated
This commit is contained in:
@@ -17,6 +17,8 @@ function addTabHandler(handler) {
|
||||
}
|
||||
|
||||
async function showDialog() {
|
||||
utils.closeActiveDialog();
|
||||
|
||||
glob.activeDialog = $dialog;
|
||||
|
||||
const options = await server.get('options');
|
||||
|
||||
Reference in New Issue
Block a user