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.
2 parents eda56ab + 736d78c commit 538d8a1Copy full SHA for 538d8a1
components/RemoteRenderingView.client.vue
@@ -1,8 +1,8 @@
1
<template>
2
- <div style="position: relative; width:100%; height:100%">
+ <div style="position: relative; ">
3
<view-toolbar />
4
<v-col style="overflow: hidden; position: relative; z-index: 0; height: 100%; width: 100%" ref="viewer"
5
- @click="get_x_y" @keydown.esc="viewer_store.toggle_picking_mode(false)" class="pa-0">
+ @click="get_x_y" @keydown.esc="app_store.toggle_picking_mode(false)" class="pa-0">
6
</v-col>
7
</div>
8
</template>
0 commit comments