fix unhighlight button
This commit is contained in:
parent
bdca4fdd55
commit
ebbb4b8b46
@ -134,6 +134,14 @@ editor_listen_wrapper = function (editor) {
|
|||||||
editor.dom.moveLoc.onmousedown = null
|
editor.dom.moveLoc.onmousedown = null
|
||||||
editor.dom.clearLoc.ontouchstart = editor.dom.clearLoc.onmousedown
|
editor.dom.clearLoc.ontouchstart = editor.dom.clearLoc.onmousedown
|
||||||
editor.dom.clearLoc.onmousedown = null
|
editor.dom.clearLoc.onmousedown = null
|
||||||
|
|
||||||
|
// 不使用以下6语句, 会使得素材区手机无法拖动, 手机的框选素材只能放弃, 要通过弹框实现框选
|
||||||
|
// editor.dom.iconLib.ontouchstart = editor.dom.iconLib.onmousedown
|
||||||
|
// editor.dom.iconLib.onmousedown = null
|
||||||
|
// editor.dom.iconLib.ontouchmove = editor.dom.iconLib.onmousemove
|
||||||
|
// editor.dom.iconLib.onmousemove = null
|
||||||
|
// editor.dom.iconLib.ontouchend = editor.dom.iconLib.onmouseup
|
||||||
|
// editor.dom.iconLib.onmouseup = null
|
||||||
}
|
}
|
||||||
|
|
||||||
editor.constructor.prototype.mode_listen = function (callback) {
|
editor.constructor.prototype.mode_listen = function (callback) {
|
||||||
|
|||||||
@ -236,6 +236,7 @@ editor_ui_wrapper = function (editor) {
|
|||||||
throw (err)
|
throw (err)
|
||||||
}
|
}
|
||||||
; printf('地图保存成功');
|
; printf('地图保存成功');
|
||||||
|
editor.uifunctions.unhighlightSaveFloorButton();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
selectBox.isSelected(false);
|
selectBox.isSelected(false);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user