Skip to content

Commit c0df47c

Browse files
committed
Merge branch 'feat/save_and_load' of https://github.com/Geode-solutions/OpenGeodeWeb-Front into feat/save_and_load
2 parents 499fc4b + 44a70fe commit c0df47c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stores/hybrid_viewer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ export const useHybridViewerStore = defineStore("hybridViewer", () => {
146146
resize(container.value.$el.offsetWidth, container.value.$el.offsetHeight)
147147
console.log("setContainer", container.value.$el)
148148

149-
150149
useMousePressed({
151150
target: container,
152151
onPressed: (event) => {
@@ -167,7 +166,6 @@ export const useHybridViewerStore = defineStore("hybridViewer", () => {
167166
},
168167
})
169168

170-
171169
let wheelEventEndTimeout = null
172170
useEventListener(container, "wheel", () => {
173171
is_moving.value = true

0 commit comments

Comments
 (0)