Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🐛 prevent attachment content to be editable
Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis authored and mejo- committed Oct 3, 2022
commit 4751007fcf1266007635aec715b12f5c7b90cab2
4 changes: 4 additions & 0 deletions src/nodes/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ export default {
.image {
margin: 0;
padding: 0;

&, * {
-webkit-user-modify: read-only !important;
}
}

.image__caption {
Expand Down