mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
reloading notes after script changes
This commit is contained in:
@@ -23,7 +23,7 @@ export async function showDialog() {
|
||||
// set default settings
|
||||
$maxNotesInput.val(20);
|
||||
|
||||
const note = noteDetailService.getActiveNote();
|
||||
const note = noteDetailService.getActiveTabNote();
|
||||
|
||||
if (!note) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user