don't empty script area on save

This commit is contained in:
zadam 2020-01-07 22:29:15 +01:00
parent ccaa9eae3a
commit f782d2bef9

View file

@ -350,8 +350,6 @@ class TabContext {
this.$savedIndicator.fadeIn();
this.$scriptArea.empty();
// run async
bundleService.executeRelationBundles(this.note, 'runOnNoteChange', this);