fix missing in exchangePos

This commit is contained in:
YouWei Zhao 2020-05-19 16:27:32 +08:00
parent fa61c25cf8
commit eca70afcc4

View File

@ -202,6 +202,7 @@ editor_mappanel_wrapper = function (editor) {
editor.exchangeBgFg(editor.uivalues.startPos, editor.uivalues.endPos, editor.layerMod);
editor.uivalues.startPos = editor.uivalues.endPos = null;
editor.dom.euiCtx.clearRect(0, 0, core.__PIXELS__, core.__PIXELS__);
editor.uifunctions.unhighlightSaveFloorButton();
return false;
}
editor.uivalues.holdingPath = 0;