Skip to content

Commit

Permalink
fix: Add alt attribute to all image nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr authored and backportbot[bot] committed Feb 20, 2024
1 parent b2832cd commit 1b280eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<div v-else contenteditable="false">
<img v-show="loaded"
:src="imageUrl"
:alt="alt"
class="image__main"
@click="handleImageClick"
@load="onLoaded">
Expand Down

0 comments on commit 1b280eb

Please sign in to comment.