mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 23:22:35 +02:00
fix: drag icon image select issue in ios
This commit is contained in:
@@ -223,7 +223,7 @@ const RecipientList = (props) => {
|
||||
style={{ width: 20, height: 20 }}
|
||||
onContextMenu={(e) => e.preventDefault()}
|
||||
draggable="false"
|
||||
onTouchEnd={(e) => e.preventDefault()}
|
||||
onTouchStart={(e) => e.preventDefault()}
|
||||
/>
|
||||
)}
|
||||
{props.handleDeleteUser && (
|
||||
|
||||
Reference in New Issue
Block a user