Autosave after an import

This commit is contained in:
Jermolene
2014-07-29 10:03:43 +01:00
parent f1589e707f
commit 758762eee3
+2
View File
@@ -487,6 +487,8 @@ NavigatorWidget.prototype.handlePerformImportEvent = function(event) {
}));
// Navigate to the $:/Import tiddler
this.addToHistory([IMPORT_TITLE]);
// Send a notification event
this.dispatchEvent({type: "tw-auto-save-wiki"});
};
exports.navigator = NavigatorWidget;