mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
runOnNoteChange fires also on the frontend, closes #340
This commit is contained in:
@@ -131,6 +131,9 @@ async function saveNote() {
|
||||
}
|
||||
|
||||
$savedIndicator.fadeIn();
|
||||
|
||||
// run async
|
||||
bundleService.executeRelationBundles(getCurrentNote(), 'runOnNoteChange');
|
||||
}
|
||||
|
||||
async function saveNoteIfChanged() {
|
||||
|
||||
Reference in New Issue
Block a user