mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 03:46:33 +00:00
Remove tabs context menu (#1128)
This commit is contained in:
parent
5499c25528
commit
a13a8771d1
@ -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
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user