feat: update constraints on window resize
This commit is contained in:
parent
d6710ded04
commit
1316d884fe
@ -2486,7 +2486,11 @@ class App extends React.Component<AppProps, AppState> {
|
||||
if (!supportsResizeObserver) {
|
||||
this.refreshEditorBreakpoints();
|
||||
}
|
||||
if (this.state.scrollConstraints) {
|
||||
this.setState((state) => constrainScrollState(state));
|
||||
} else {
|
||||
this.setState({});
|
||||
}
|
||||
});
|
||||
|
||||
/** generally invoked only if fullscreen was invoked programmatically */
|
||||
|
Loading…
x
Reference in New Issue
Block a user