mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 14:42:37 +02:00
fix: disable default menu open on press on drag icon in mobile view
This commit is contained in:
@@ -205,13 +205,12 @@ const RecipientList = (props) => {
|
||||
</div>
|
||||
</div>
|
||||
{isMobile && props.sendInOrder && (
|
||||
<div>
|
||||
<img
|
||||
alt="loader img"
|
||||
src={dragIcon}
|
||||
style={{ width: 20, height: 20 }}
|
||||
/>
|
||||
</div>
|
||||
<img
|
||||
alt="loader img"
|
||||
src={dragIcon}
|
||||
style={{ width: 20, height: 20 }}
|
||||
onContextMenu={(e) => e.preventDefault()}
|
||||
/>
|
||||
)}
|
||||
{props.handleDeleteUser && (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user