mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
reloading notes after script changes
This commit is contained in:
@@ -11,7 +11,7 @@ export function showDialog() {
|
||||
|
||||
$dialog.modal();
|
||||
|
||||
const noteText = noteDetailService.getActiveNote().content;
|
||||
const noteText = noteDetailService.getActiveTabNote().content;
|
||||
|
||||
$noteSource.text(formatHtml(noteText));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user