Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fixed the drag and drop of X ##27186 (#12450)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimdelvi authored Apr 24, 2024
1 parent 33c56e5 commit 158e111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/rooms/LinkPreviewGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const LinkPreviewGroup: React.FC<IProps> = ({ links, mxEvent, onCancelClick, onH
src={require("../../../../res/img/cancel.svg").default}
width="18"
height="18"
draggable="false"
/>
</AccessibleButton>
) : undefined}
Expand Down

0 comments on commit 158e111

Please sign in to comment.