mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-06 04:48:01 +00:00
Killer typo
This commit is contained in:
@@ -128,7 +128,7 @@ DroppableWidget.prototype.handleDropEvent = function(event) {
|
||||
|
||||
DroppableWidget.prototype.performActions = function(title,event) {
|
||||
if(this.droppableActions) {
|
||||
this.invokeActionString(this.draggableActions,this,event,{actionTiddler: title});
|
||||
this.invokeActionString(this.droppableActions,this,event,{actionTiddler: title});
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user