Skip to content

Commit 5532950

Browse files
committed
Rename contextMenuTooltip to just tooltip
because it has nothing to do with context menus afaics
1 parent d8df089 commit 5532950

File tree

1 file changed

+1
-1
lines changed
  • packages/element-web-module-api/src/api

1 file changed

+1
-1
lines changed

packages/element-web-module-api/src/api/extras.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface SpacePanelItemProps {
3030
/**
3131
* A tooltip to show when hovering over the item
3232
*/
33-
contextMenuTooltip?: string;
33+
tooltip?: string;
3434

3535
/**
3636
* Styles to apply to the item

0 commit comments

Comments
 (0)