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 af4ba87 commit d4e56b1Copy full SHA for d4e56b1
src/ui/blackboard/jupyterhublet.jsx
@@ -696,6 +696,12 @@ export class JupyterHublet extends Component {
696
this.jState.flushCompress()
697
this.tryLoadJupyterFile()
698
}
699
+ if (
700
+ this.props.appids?.appid !== prevProps.appids?.appid &&
701
+ this.props.appids?.appid === notebookEditPseudoAppid
702
+ ) {
703
+ this.setState({ appletheight: undefined, appletwidth: undefined })
704
+ }
705
if (this.props.master !== prevProps.master) {
706
// check if we have to initiate a master rescale
707
this.checkAdjustAppletSize()
0 commit comments