mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-07-04 11:02:51 +00:00
Fixed missing reference to old CloseAllOthers
This commit is contained in:
parent
3800d3b2b1
commit
3d0c6cf41e
@ -135,8 +135,8 @@ NavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) {
|
|||||||
this.saveStoryList();
|
this.saveStoryList();
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
// Close all other tiddlers
|
// Close other tiddlers
|
||||||
NavigatorWidget.prototype.handleCloseAllOtherTiddlersEvent = function(event) {
|
NavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) {
|
||||||
this.storyList = [event.tiddlerTitle];
|
this.storyList = [event.tiddlerTitle];
|
||||||
this.saveStoryList();
|
this.saveStoryList();
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user