This commit is contained in:
ckcz123 2019-12-31 12:49:46 +08:00
parent c0ffce339a
commit d1ff3662a2

View File

@ -49,7 +49,7 @@ editor_ui_wrapper = function (editor) {
}
}
if (unselect) {
if (clickpath.indexOf('eui') === -1 && clickpath.indexOf('lastUsed')) {
if (clickpath.indexOf('eui') === -1 && clickpath.indexOf('lastUsed') === -1) {
if (selectBox.isSelected()) {
editor_mode.onmode('');
editor.file.saveFloorFile(function (err) {