Skip to content

Commit 7988ab0

Browse files
committed
Unlook editing in pseudo app
1 parent e366139 commit 7988ab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ui/blackboard/jupyterhublet.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,8 @@ export class JupyterHublet extends Component {
12621262
pointerOff={
12631263
!(
12641264
(this.props.master && this.props.isnotepad) ||
1265-
(!this.state.appLocked && !this.props.isnotepad)
1265+
(!this.state.appLocked && !this.props.isnotepad) ||
1266+
this.props.appids?.appid === notebookEditPseudoAppid
12661267
)
12671268
}
12681269
rerunAtStartup={true}

0 commit comments

Comments
 (0)