We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3264bd commit 2a607d2Copy full SHA for 2a607d2
components/HybridRenderingView.vue
@@ -8,7 +8,7 @@
8
style="overflow: hidden; position: relative; z-index: 0"
9
:style="{ height: viewerHeight }"
10
@click="get_x_y"
11
- @keydown.esc="viewer_store.toggle_picking_mode(false)"
+ @keydown.esc="viewerStore.toggle_picking_mode(false)"
12
/>
13
</div>
14
</ClientOnly>
@@ -24,7 +24,7 @@
24
25
const container = useTemplateRef("viewer")
26
const hybridViewerStore = useHybridViewerStore()
27
- const viewer_store = use_viewer_store()
+ const viewerStore = useViewerStore()
28
const { windowWidth, windowHeight } = useWindowSize()
29
const { width, height } = useElementSize(container)
30
0 commit comments