Skip to content

Commit

Permalink
fix: error in dnd files which are already attached
Browse files Browse the repository at this point in the history
  • Loading branch information
Silver-IT committed Mar 7, 2024
1 parent 30ef55c commit 446fb42
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ export default {
&.is-image {
width: 4.5rem;
height: 4.5rem;
.c-preview-img {
pointer-events: none;
}
}
&.is-non-image {
Expand Down

0 comments on commit 446fb42

Please sign in to comment.