修复右键菜单反复弹出问题
This commit is contained in:
parent
8220860c68
commit
9c503bed90
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user