Skip to content

Commit

Permalink
Remove tabs context menu (arduino#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
francescospissu authored Jul 1, 2022
1 parent 5499c25 commit a13a877
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arduino-ide-extension/src/browser/theia/core/tab-bars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ export class TabBarRenderer extends TheiaTabBarRenderer {
}
return className;
}

protected override handleContextMenuEvent = (): void => {
// NOOP
// Context menus are empty, so they have been removed
};
}

0 comments on commit a13a877

Please sign in to comment.