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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,9 @@ export class TabBarRenderer extends TheiaTabBarRenderer {
} }
return className; return className;
} }
protected override handleContextMenuEvent = (): void => {
// NOOP
// Context menus are empty, so they have been removed
};
} }