@smarterplan/ngx-smarterplan-core 1.2.25 → 1.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/services/matterport-import.service.mjs +4 -1
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs +3 -0
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs +3 -0
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11611,9 +11611,12 @@ class MatterportImportService {
|
|
|
11611
11611
|
else {
|
|
11612
11612
|
console.log('Abandoning import because it was cancelled');
|
|
11613
11613
|
resolve(false);
|
|
11614
|
+
this.removeFrame();
|
|
11614
11615
|
break;
|
|
11615
11616
|
}
|
|
11616
11617
|
}
|
|
11618
|
+
resolve(true);
|
|
11619
|
+
this.removeFrame();
|
|
11617
11620
|
});
|
|
11618
11621
|
}
|
|
11619
11622
|
async getUploadedImageCount(modelID) {
|