mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-26 00:08:34 +00:00
lint
This commit is contained in:
@@ -28,7 +28,7 @@ export class TabManagementContextMenu extends TabContextMenuItemProvider {
|
|||||||
super()
|
super()
|
||||||
}
|
}
|
||||||
|
|
||||||
async getItems (tab: BaseTabComponent, tabHeader?: TabHeaderComponent): Promise<MenuItemOptions[]> {
|
async getItems (tab: BaseTabComponent): Promise<MenuItemOptions[]> {
|
||||||
let items: MenuItemOptions[] = [
|
let items: MenuItemOptions[] = [
|
||||||
{
|
{
|
||||||
label: this.translate.instant('Close'),
|
label: this.translate.instant('Close'),
|
||||||
|
Reference in New Issue
Block a user