changeFloorId

This commit is contained in:
oc 2019-05-02 21:06:44 +08:00
parent 330e031bc7
commit 2c0e0ba307

View File

@ -200,7 +200,7 @@ editor_unsorted_2_wrapper=function(editor_mode){
var currentFloorId = editor.currentFloorId;
editor.currentFloorId = floorId;
editor.currentFloorData.floorId = floorId;
editor.file.saveFloorFile(floorId, function (err) {
editor.file.saveFloorFile(function (err) {
if (err) {
printe(err);
throw(err);