修复右键菜单反复弹出问题

This commit is contained in:
ckcz123 2020-05-28 23:00:16 +08:00
parent 8220860c68
commit 9c503bed90

View File

@ -433,6 +433,7 @@ editor_mappanel_wrapper = function (editor) {
* 隐藏右键菜单
*/
editor.uifunctions.hideMidMenu = function () {
editor.uivalues.lastMoveE={buttons:0,clientX:0,clientY:0};
setTimeout(function () {
editor.dom.midMenu.style = 'display:none';
}, 100)