|
@@ -267,8 +267,10 @@ const renderCanvas = () => {
|
|
|
}
|
|
|
}
|
|
|
window.scene.endScreenshot();
|
|
|
+ isSenseLoaded.value = true;
|
|
|
} catch (error) {
|
|
|
window.scene.endScreenshot();
|
|
|
+ isSenseLoaded.value = true;
|
|
|
}
|
|
|
}, 500);
|
|
|
}
|
|
@@ -413,6 +415,7 @@ const handleImageDel = (ids) => {
|
|
|
const handleExport = () => {
|
|
|
if (window.scene) {
|
|
|
if (!window.isExportScreenshot) {
|
|
|
+ isSenseLoaded.value = false;
|
|
|
window.scene.exportScreenshot();
|
|
|
}
|
|
|
}
|