MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / addPositionOfSignature

Function addPositionOfSignature

apps/OpenSign/src/pages/PdfRequestFiles.jsx:1525–1527  ·  view source on GitHub ↗
(item, monitor)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

getSignerPosFunction · 0.70

Tested by

no test coverage detected