mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-06 01:37:40 +02:00
fix: on press widgets select functionality trigger issue in mobile view
This commit is contained in:
@@ -245,7 +245,10 @@ export const getWidgetType = (
|
||||
"0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18)",
|
||||
marginLeft: marginLeft && `${marginLeft}px`,
|
||||
background:
|
||||
selectWidgetType === item.type && backgroundColor && backgroundColor
|
||||
selectWidgetType === item.type &&
|
||||
backgroundColor &&
|
||||
backgroundColor,
|
||||
userSelect: "none"
|
||||
}}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user