Commit 1cc23e3a by Valera Rozuvan Committed by Alexander Kryklia

Bugfixing.

parent 2e08ece7
......@@ -193,8 +193,8 @@ define(['logme', 'update_input'], function (logme, updateInput) {
} else {
correctZIndexes();
draggableObj.x = offsetDE.left + 50;
draggableObj.y = offsetDE.top + 50;
draggableObj.x = offsetIE.left + draggableObj.iconWidth * 0.5;
draggableObj.y = offsetIE.top + draggableObj.iconHeight * 0.5;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment