Skip to content

Commit a13a877

Browse files
Remove tabs context menu (#1128)
1 parent 5499c25 commit a13a877

File tree

1 file changed

+5
-0
lines changed
  • arduino-ide-extension/src/browser/theia/core

1 file changed

+5
-0
lines changed

Diff for: arduino-ide-extension/src/browser/theia/core/tab-bars.ts

+5
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ export class TabBarRenderer extends TheiaTabBarRenderer {
1010
}
1111
return className;
1212
}
13+
14+
protected override handleContextMenuEvent = (): void => {
15+
// NOOP
16+
// Context menus are empty, so they have been removed
17+
};
1318
}

0 commit comments

Comments
 (0)