mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #3394 from benjiwheeler/join-flow-drag
set modal close icon to draggable false
This commit is contained in:
commit
117f0cee91
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class Modal extends React.Component {
|
||||||
<img
|
<img
|
||||||
alt="close-icon"
|
alt="close-icon"
|
||||||
className="modal-content-close-img"
|
className="modal-content-close-img"
|
||||||
|
draggable="false"
|
||||||
src="/svgs/modal/close-x.svg"
|
src="/svgs/modal/close-x.svg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue