Commit 25138fb1 authored by techird's avatar techird

remove console.log()

parent f015dd3a
......@@ -29,7 +29,6 @@ var ViewDragger = kity.createClass("ViewDragger", {
currentPosition = null;
this._minder.on('normal.mousedown readonly.mousedown readonly.touchstart', function (e) {
console.log(e);
e.originEvent.preventDefault(); // 阻止中键拉动
// 点击未选中的根节点临时开启
if (e.getTargetNode() == this.getRoot() || e.originEvent.button == 2) {
......
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