Skip to content

Commit

Permalink
The kernel usage panel is not closable
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Mar 7, 2024
1 parent b1de25a commit 9281b6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/labextension/src/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class KernelUsagePanel extends StackedPanel {
name: 'jupyterlab-kernel-usage:icon',
svgstr: tachometer,
});
this.title.closable = true;

const widget = new KernelUsageWidget({
tracker: props.tracker,
Expand Down

0 comments on commit 9281b6b

Please sign in to comment.