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 9c04ef1 commit 6f16ee7Copy full SHA for 6f16ee7
1 file changed
src/hooks/useStatus.ts
@@ -142,6 +142,7 @@ export default function useStatus(
142
patchMotionEvents(getDomElement());
143
144
if (motionDeadline > 0) {
145
+ clearTimeout(deadlineRef.current);
146
deadlineRef.current = setTimeout(() => {
147
onInternalMotionEnd({
148
deadline: true,
0 commit comments