Commit adff909a7a206e051998589ce53382140d6ab9ad

Authored by ww
1 parent fa69ba66

perf: hidden dbClick show shape picker

@@ -1525,7 +1525,8 @@ EditorUi.prototype.installShapePicker = function() @@ -1525,7 +1525,8 @@ EditorUi.prototype.installShapePicker = function()
1525 // Asynchronous to avoid direct insert after double tap 1525 // Asynchronous to avoid direct insert after double tap
1526 window.setTimeout(mxUtils.bind(this, function() 1526 window.setTimeout(mxUtils.bind(this, function()
1527 { 1527 {
1528 - ui.showShapePicker(pt.x, pt.y); 1528 + // TODO thingsKit 隐藏双击图层插入图形
  1529 + // ui.showShapePicker(pt.x, pt.y);
1529 }), 30); 1530 }), 30);
1530 } 1531 }
1531 else 1532 else