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;
}
}