Michael Chan L. S.
Michael Chan L. S.
> Did you install qpdf on your OS? Btw that solved mine. Thanks!
@danjamesmedia Found the root cause of the issue, please check the related PR: https://github.com/agilgur5/react-signature-canvas/pull/66 For quick workaround: Just pass `clearOnResize={false}` in props (by default it is `true`)
Sorry lads, forgot to post. My quick workaround is like this: ```JavaScript import getScrollYFromElementOrWindow from 'simply-utils/dist/dom/getScrollYFromElementOrWindow'; import tryUntil from 'simply-utils/dist/utils/tryUntil'; ... /* * Put this as the `ref` prop of...
@pro2html May I know which part you don't understand? It is hard and time consuming for me to recreate a full code example now since it's a bit legacy. And...
I think this feature is necessary.