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 6723250 commit 3f3582aCopy full SHA for 3f3582a
src/Popup.tsx
@@ -225,7 +225,10 @@ class Popup extends Component<PopupProps, PopupState> {
225
226
onMotionEnd = () => {
227
const { visible } = this.props;
228
- this.setState({ status: visible ? 'AfterMotion' : 'stable' });
+ this.setState({
229
+ status: visible ? 'AfterMotion' : 'stable',
230
+ inMotion: false,
231
+ });
232
};
233
234
setStateOnNextFrame = (state: Partial<PopupState>) => {
0 commit comments