Skip to content

Commit 44a70fe

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 2f464bb commit 44a70fe

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
@@ -116,7 +116,6 @@ export const useHybridViewerStore = defineStore("hybridViewer", () => {
116116
resize(container.value.$el.offsetWidth, container.value.$el.offsetHeight)
117117
console.log("setContainer", container.value.$el)
118118

119-
120119
useMousePressed({
121120
target: container,
122121
onPressed: (event) => {
@@ -137,7 +136,6 @@ export const useHybridViewerStore = defineStore("hybridViewer", () => {
137136
},
138137
})
139138

140-
141139
let wheelEventEndTimeout = null
142140
useEventListener(container, "wheel", () => {
143141
is_moving.value = true

0 commit comments

Comments
 (0)