print-window-tiddler
Jermolene 2017-03-29 09:22:51 +01:00
rodzic b37178dda1
commit 50268d9231
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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});
}
};