mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
note cache refactoring WIP
This commit is contained in:
@@ -75,7 +75,7 @@ function updateTitleFormGroupVisibility() {
|
||||
}
|
||||
|
||||
$form.on('submit', () => {
|
||||
const notePath = $autoComplete.getSelectedPath();
|
||||
const notePath = $autoComplete.getSelectedNotePath();
|
||||
|
||||
if (notePath) {
|
||||
$dialog.modal('hide');
|
||||
@@ -89,4 +89,4 @@ $form.on('submit', () => {
|
||||
}
|
||||
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user