mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
custom builds that do not include drag and drop now work correctly fixes #465
This commit is contained in:
@@ -1139,6 +1139,9 @@
|
||||
},
|
||||
shouldDrawHit: function() {
|
||||
return this.isVisible() && this.isListening() && !Kinetic.Global.isDragging();
|
||||
},
|
||||
isDraggable: function() {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user