(item, monitor, customOptions)
| 510 | }; |
| 511 | //function for setting position after drop signature button over pdf |
| 512 | const addPositionOfSignature = (item, monitor, customOptions) => { |
| 513 | getSignerPos(item, monitor, customOptions); |
| 514 | }; |
| 515 | const getSignerPos = (item, monitor, customOptions) => { |
| 516 | if (uniqueId) { |
| 517 | const signer = signersdata.find((x) => x.Id === uniqueId); |
nothing calls this directly
no test coverage detected