From 9c503bed9095e5cf2a2cfa7ae8437fbb0e0d5e20 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Thu, 28 May 2020 23:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=B3=E9=94=AE=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=8F=8D=E5=A4=8D=E5=BC=B9=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _server/editor_mappanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/_server/editor_mappanel.js b/_server/editor_mappanel.js index 48ef513f..976a5455 100644 --- a/_server/editor_mappanel.js +++ b/_server/editor_mappanel.js @@ -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)