remove superfluous object property

This commit is contained in:
BurningTreeC 2025-12-20 16:28:58 +01:00
parent ba96a60a16
commit 613679ffce

View file

@ -67,7 +67,6 @@ DraggableWidget.prototype.makeDraggable = function(domNode) {
if(this.dragEnable) {
$tw.utils.makeDraggable({
domNode: domNode,
remove: false,
dragTiddlerFn: function() {return self.getAttribute("tiddler");},
dragFilterFn: function() {return self.getAttribute("filter");},
startActions: self.startActions,