Skip to content

Commit 2a607d2

Browse files
committed
typo CamelCase
1 parent f3264bd commit 2a607d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/HybridRenderingView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
style="overflow: hidden; position: relative; z-index: 0"
99
:style="{ height: viewerHeight }"
1010
@click="get_x_y"
11-
@keydown.esc="viewer_store.toggle_picking_mode(false)"
11+
@keydown.esc="viewerStore.toggle_picking_mode(false)"
1212
/>
1313
</div>
1414
</ClientOnly>
@@ -24,7 +24,7 @@
2424
2525
const container = useTemplateRef("viewer")
2626
const hybridViewerStore = useHybridViewerStore()
27-
const viewer_store = use_viewer_store()
27+
const viewerStore = useViewerStore()
2828
const { windowWidth, windowHeight } = useWindowSize()
2929
const { width, height } = useElementSize(container)
3030

0 commit comments

Comments
 (0)