This commit is contained in:
YouWei Zhao 2019-01-31 18:05:28 -05:00
parent 2b1334fe8c
commit 83be55d893

View File

@ -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;