Skip to content

Commit

Permalink
Fix Overlay rendering warning
Browse files Browse the repository at this point in the history
  • Loading branch information
monman53 committed Jul 9, 2024
1 parent 655ded0 commit 4f08fde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Stage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ onMounted(() => {
<div id="stage" ref="main">
<Canvas id="canvas"></Canvas>
<SVG id="svg"></SVG>
<Overlay id="overlay"></Overlay>
<Overlay></Overlay>
</div>
<div v-show="options.sensor && options.sensorPreview">
<Preview></Preview>
Expand Down Expand Up @@ -81,7 +81,6 @@ onMounted(() => {
#canvas,
#svg,
#overlay,
#preview,
#memory {
position: absolute;
Expand Down

0 comments on commit 4f08fde

Please sign in to comment.