Remove tabs context menu (#1128)

This commit is contained in:
Francesco Spissu
2022-07-01 09:18:30 +02:00
committed by GitHub
parent 5499c25528
commit a13a8771d1

View File

@@ -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
};
}