changeFloorId
This commit is contained in:
parent
330e031bc7
commit
2c0e0ba307
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user