mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
better working without D&D module
This commit is contained in:
parent
8006bed344
commit
140a5787ae
@ -135,7 +135,7 @@
|
||||
});
|
||||
|
||||
// if node under drag we need to update drag animation
|
||||
if (child.isDragging()) {
|
||||
if (Konva.DD && child.isDragging()) {
|
||||
Konva.DD.anim.setLayers(child.getLayer());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user