Skip to content

Commit e6d2c43

Browse files
committed
Merge branch 'feat/save_and_load' of https://github.com/Geode-solutions/OpenGeodeWeb-Front into feat/save_and_load
2 parents c156eab + 28abd57 commit e6d2c43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stores/hybrid_viewer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ export const useHybridViewerStore = defineStore("hybridViewer", () => {
220220
return { zScale: zScale.value, camera_options: cameraSnapshot }
221221
}
222222

223-
224223
async function importStores(snapshot) {
225224
const z_scale = snapshot?.zScale
226225
if (z_scale != null) {

0 commit comments

Comments
 (0)