Skip to content

Commit

Permalink
Merge pull request #154 from Geode-solutions/remoterenderingview
Browse files Browse the repository at this point in the history
added slot
  • Loading branch information
SpliiT authored Nov 6, 2024
2 parents eae04a2 + a6a9f09 commit 50845ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/RemoteRenderingView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
class="pa-0"
@click="get_x_y"
@keydown.esc="app_store.toggle_picking_mode(false)"
/>
>
<slot name="ui"></slot>
</v-col>
</div>
</ClientOnly>
</template>
Expand Down

0 comments on commit 50845ff

Please sign in to comment.