diff --git a/core/modules/widgets/navigator.js b/core/modules/widgets/navigator.js index 1a66990be..ea543d058 100755 --- a/core/modules/widgets/navigator.js +++ b/core/modules/widgets/navigator.js @@ -389,9 +389,7 @@ NavigatorWidget.prototype.handleCancelTiddlerEvent = function(event) { } else { this.removeTitleFromStory(storyList,draftTitle); } - this.saveStoryList(storyList); - // Trigger an autosave - $tw.rootWidget.dispatchEvent({type: "tm-auto-save-wiki"}); + this.saveStoryList(storyList); } } return false;