mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 01:23:57 +08:00
don't empty script area on save
This commit is contained in:
parent
ccaa9eae3a
commit
f782d2bef9
1 changed files with 0 additions and 2 deletions
|
@ -350,8 +350,6 @@ class TabContext {
|
|||
|
||||
this.$savedIndicator.fadeIn();
|
||||
|
||||
this.$scriptArea.empty();
|
||||
|
||||
// run async
|
||||
bundleService.executeRelationBundles(this.note, 'runOnNoteChange', this);
|
||||
|
||||
|
|
Loading…
Reference in a new issue