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