Commit 945cf503 authored by techird's avatar techird

fix event conflic

parent 75cfec60
......@@ -72,10 +72,7 @@ var ViewDragger = kity.createClass("ViewDragger", {
if (isTempDrag) {
dragger.setEnabled(false);
isTempDrag = false;
var me = this;
setTimeout(function () {
me.rollbackStatus();
});
this.rollbackStatus();
}
});
}
......
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