better working without D&D module

This commit is contained in:
lavrton 2015-10-12 11:33:09 +07:00
parent 8006bed344
commit 140a5787ae

View File

@ -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());
}