mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
don't empty script area on save
This commit is contained in:
@@ -350,8 +350,6 @@ class TabContext {
|
|||||||
|
|
||||||
this.$savedIndicator.fadeIn();
|
this.$savedIndicator.fadeIn();
|
||||||
|
|
||||||
this.$scriptArea.empty();
|
|
||||||
|
|
||||||
// run async
|
// run async
|
||||||
bundleService.executeRelationBundles(this.note, 'runOnNoteChange', this);
|
bundleService.executeRelationBundles(this.note, 'runOnNoteChange', this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user