mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02: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