mirror of
https://github.com/flarum/framework.git
synced 2025-06-04 14:54:32 +08:00
fix: incorrect tooltip docs for tooltipVisible
attr (#3411)
This commit is contained in:
@ -12,9 +12,9 @@ export interface TooltipAttrs extends Mithril.CommonAttributes<TooltipAttrs, Too
|
||||
*/
|
||||
text: string | string[];
|
||||
/**
|
||||
* Manually show tooltip. `false` will show based on cursor events.
|
||||
* Use to manually show or hide the tooltip. `undefined` will show based on cursor events.
|
||||
*
|
||||
* Default: `false`.
|
||||
* Default: `undefined`.
|
||||
*/
|
||||
tooltipVisible?: boolean;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user