kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fixed missing reference to old CloseAllOthers
rodzic
3800d3b2b1
commit
3d0c6cf41e
|
@ -135,8 +135,8 @@ NavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) {
|
|||
this.saveStoryList();
|
||||
return false;
|
||||
};
|
||||
// Close all other tiddlers
|
||||
NavigatorWidget.prototype.handleCloseAllOtherTiddlersEvent = function(event) {
|
||||
// Close other tiddlers
|
||||
NavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) {
|
||||
this.storyList = [event.tiddlerTitle];
|
||||
this.saveStoryList();
|
||||
return false;
|
||||
|
|
Ładowanie…
Reference in New Issue