mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-25 09:02:33 +02:00
fix: widgets text select issue in mobile view
This commit is contained in:
@@ -45,11 +45,11 @@ function AllWidgets(props) {
|
||||
return (
|
||||
<div key={ind} style={{ marginBottom: "10px" }}>
|
||||
<div
|
||||
className="widgets"
|
||||
onClick={(e) => {
|
||||
props.addPositionOfSignature &&
|
||||
props.addPositionOfSignature("onclick", item);
|
||||
}}
|
||||
className="draggable"
|
||||
ref={(element) => {
|
||||
// if (!props.isMobile) {
|
||||
item.ref(element);
|
||||
|
||||
Reference in New Issue
Block a user