mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
fixed drag and drop issue and reverted default easing back to linear
This commit is contained in:
@@ -1052,14 +1052,6 @@ Test.prototype.tests = {
|
||||
|
||||
circle.draggable(true);
|
||||
circle.draggable(true);
|
||||
circle.draggable(true);
|
||||
circle.draggable(false);
|
||||
|
||||
circle.draggable(true);
|
||||
circle.draggable(true);
|
||||
circle.draggable(true);
|
||||
|
||||
// circle should not be draggable
|
||||
circle.draggable(false);
|
||||
|
||||
layer.add(circle);
|
||||
|
||||
Reference in New Issue
Block a user