Rename contextMenuTooltip to just tooltip

because it has nothing to do with context menus afaics
This commit is contained in:
David Baker
2025-10-20 16:34:58 +01:00
parent b5639c25a4
commit c938dbe519
@@ -30,7 +30,7 @@ export interface SpacePanelItemProps {
/**
* A tooltip to show when hovering over the item
*/
contextMenuTooltip?: string;
tooltip?: string;
/**
* Styles to apply to the item