mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-17 07:47:24 +00:00
More action-deletetiddler fixes
This commit is contained in:
@@ -55,7 +55,7 @@ DeleteTiddlerWidget.prototype.refresh = function(changedTiddlers) {
|
||||
Invoke the action associated with this widget
|
||||
*/
|
||||
DeleteTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {
|
||||
var tiddlers;
|
||||
var tiddlers = [];
|
||||
if(this.actionFilter) {
|
||||
tiddlers = this.wiki.filterTiddlers(this.actionFilter,this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user