fix
This commit is contained in:
parent
2b1334fe8c
commit
83be55d893
@ -351,7 +351,7 @@ editor_mode = function (editor) {
|
||||
switch (mode) {
|
||||
case 'loc':
|
||||
editor.file.editLoc(editor_mode.pos.x, editor_mode.pos.y, actionList, function (objs_) {
|
||||
cb();
|
||||
cb(objs_);
|
||||
editor.drawPosSelection();
|
||||
});
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user