Skip to content

Commit

Permalink
fix(webcam): disable draggable in Uv4lMjpeg
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Nov 28, 2024
1 parent 175aa96 commit 8021801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/webcams/streamers/Uv4lMjpeg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
v-observe-visibility="viewportVisibilityChanged"
:style="webcamStyle"
class="webcamImage"
draggable="false"
@load="onload" />
</div>
</template>
Expand Down

0 comments on commit 8021801

Please sign in to comment.