Skip to content

Commit

Permalink
widgets[image-viewer]: Disallow image drag
Browse files Browse the repository at this point in the history
To prevent unwanted visual behavior.
  • Loading branch information
rafaellehmkuhl committed Jun 2, 2023
1 parent 9dde368 commit 9297b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/ImageView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<img :src="src" />
<img :src="src" draggable="false" />
<v-btn
class="options-btn"
icon="mdi-dots-vertical"
Expand Down

0 comments on commit 9297b60

Please sign in to comment.