diff --git a/core/modules/widgets/droppable.js b/core/modules/widgets/droppable.js index 29e55c7e5..f2e0ee7b7 100644 --- a/core/modules/widgets/droppable.js +++ b/core/modules/widgets/droppable.js @@ -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}); } };