mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 05:14:58 +08:00
update CHANGELOG with new version
This commit is contained in:
@@ -68,7 +68,7 @@ export const DD = {
|
||||
if (distance < dragDistance) {
|
||||
return;
|
||||
}
|
||||
node.startDrag(evt);
|
||||
node.startDrag({ evt });
|
||||
// a user can stop dragging inside `dragstart`
|
||||
if (!node.isDragging()) {
|
||||
return;
|
||||
|
||||
@@ -757,7 +757,7 @@ export class Stage extends Container<BaseLayer> {
|
||||
fireDblClick = true;
|
||||
clearTimeout(this.dblTimeout);
|
||||
// Konva.inDblClickWindow = false;
|
||||
} else if (!DD.justDragged) {
|
||||
} else if (!DD.justDragged) {
|
||||
Konva.inDblClickWindow = true;
|
||||
clearTimeout(this.dblTimeout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user