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