Skip to content

Commit 67b3417

Browse files
Update Placeholder.js
1 parent f3667f6 commit 67b3417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/components/pdf/Placeholder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ function Placeholder(props) {
769769
onResizeStop={(e, direction, ref) => {
770770
setTimeout(() => {
771771
props.setIsResize && props.setIsResize(false);
772-
}, 500);
772+
}, 50);
773773
props.handleSignYourselfImageResize &&
774774
props.handleSignYourselfImageResize(
775775
ref,

0 commit comments

Comments
 (0)