MCPcopy
hub / github.com/OpenSignLabs/OpenSign / addPositionOfSignature

Function addPositionOfSignature

apps/OpenSign/src/pages/PlaceHolderSign.jsx:512–514  ·  view source on GitHub ↗
(item, monitor, customOptions)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

getSignerPosFunction · 0.70

Tested by

no test coverage detected