Skip to content

Commit

Permalink
The kernel usage panel is not closable (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Apr 10, 2024
1 parent 7175826 commit 6f15ef9
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 6f15ef9

Please sign in to comment.