(item, monitor)
| 1523 | }; |
| 1524 | //function for setting position after drop signature button over pdf |
| 1525 | const addPositionOfSignature = (item, monitor) => { |
| 1526 | getSignerPos(item, monitor); |
| 1527 | }; |
| 1528 | const getSignerPos = (item, monitor) => { |
| 1529 | if (uniqueId) { |
| 1530 | const posZIndex = zIndex + 1; |
nothing calls this directly
no test coverage detected