We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3667f6 commit 67b3417Copy full SHA for 67b3417
apps/OpenSign/src/components/pdf/Placeholder.js
@@ -769,7 +769,7 @@ function Placeholder(props) {
769
onResizeStop={(e, direction, ref) => {
770
setTimeout(() => {
771
props.setIsResize && props.setIsResize(false);
772
- }, 500);
+ }, 50);
773
props.handleSignYourselfImageResize &&
774
props.handleSignYourselfImageResize(
775
ref,
0 commit comments