mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
dragstart fixes when transformer is used
This commit is contained in:
@@ -227,6 +227,15 @@ beforeEach(function () {
|
||||
Konva.inDblClickWindow = false;
|
||||
Konva.DD && (Konva.DD.isDragging = false);
|
||||
Konva.DD && (Konva.DD.node = undefined);
|
||||
|
||||
if (
|
||||
!(
|
||||
this.currentTest.body.indexOf('assert') !== -1 ||
|
||||
this.currentTest.body.toLowerCase().indexOf('compare') !== -1
|
||||
)
|
||||
) {
|
||||
debugger;
|
||||
}
|
||||
});
|
||||
|
||||
Konva.UA.mobile = false;
|
||||
|
||||
Reference in New Issue
Block a user