Commit adff909a7a206e051998589ce53382140d6ab9ad
1 parent
fa69ba66
perf: hidden dbClick show shape picker
Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -1525,7 +1525,8 @@ EditorUi.prototype.installShapePicker = function() |
1525 | 1525 | // Asynchronous to avoid direct insert after double tap |
1526 | 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 | 1530 | }), 30); |
1530 | 1531 | } |
1531 | 1532 | else | ... | ... |