Skip to content

Commit

Permalink
Merge pull request #3787 from martinRenou/fix_tab_widget
Browse files Browse the repository at this point in the history
Fix tab widget with JupyterLab 4
  • Loading branch information
ibdafna authored Jun 20, 2023
2 parents 2b1bb1e + c3e60c7 commit 52edd7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/controls/src/widget_selectioncontainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ export class TabView extends DOMWidgetView {
const tabs = this.luminoWidget;
tabs.addClass('jupyter-widgets');
tabs.addClass('widget-container');
tabs.addClass('jupyter-widget-tab');
tabs.addClass('widget-tab');
tabs.tabsMovable = true;
tabs.tabBar.insertBehavior = 'none'; // needed for insert behavior, see below.
Expand Down

0 comments on commit 52edd7c

Please sign in to comment.