0
0
Fork 0

Fix opening/closing gifv sometimes making the timeline scroll

This commit is contained in:
Thibaut Girka 2019-04-16 18:45:04 +02:00 committed by ThibG
parent f11ad4023c
commit fbec0edf08
3 changed files with 2 additions and 7 deletions

View file

@ -40,7 +40,7 @@ export default class ModalRoot extends React.PureComponent {
this.setState({ revealed: false });
}
if (!nextProps.children && !!this.props.children) {
this.activeElement.focus();
this.activeElement.focus({ preventScroll: true });
this.activeElement = null;
}
}