Skip to content

Commit 538d8a1

Browse files
Merge branch 'next' into fix_viewer_resize
2 parents eda56ab + 736d78c commit 538d8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/RemoteRenderingView.client.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
2-
<div style="position: relative; width:100%; height:100%">
2+
<div style="position: relative; ">
33
<view-toolbar />
44
<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">
5+
@click="get_x_y" @keydown.esc="app_store.toggle_picking_mode(false)" class="pa-0">
66
</v-col>
77
</div>
88
</template>

0 commit comments

Comments
 (0)