Skip to content

Commit fa32811

Browse files
committed
fixed #39
1 parent 407d85f commit fa32811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/actify/src/components/Ripple/Ripple.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ const Ripple = (props: RippleProps) => {
356356
})
357357
}
358358
}
359-
}, [ref.current])
359+
}, [ref.current, disabled])
360360

361361
return (
362362
<label

0 commit comments

Comments
 (0)