lastUsed
This commit is contained in:
parent
c0ffce339a
commit
d1ff3662a2
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user