mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +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[];
|
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;
|
tooltipVisible?: boolean;
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user