mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-07 02:07:40 +02:00
fix: condition of render setting icon for widgets
This commit is contained in:
@@ -239,9 +239,7 @@ function Placeholder(props) {
|
||||
) : (
|
||||
((!props?.pos?.type && props.pos.isStamp) ||
|
||||
(props?.pos?.type &&
|
||||
props?.pos?.type !== "date" &&
|
||||
props?.pos?.type !== "label" &&
|
||||
props?.pos?.type !== "signature" &&
|
||||
!["date", "label", "signature"].includes(props.pos.type) &&
|
||||
!props.isSignYourself)) && (
|
||||
<i
|
||||
onClick={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user