File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export default class IgcTooltipComponent extends EventEmitterMixin<
196196 * Expects a comma separate string of different event triggers.
197197 *
198198 * @attr hide-triggers
199- * @default " pointerleave, click"
199+ * @default pointerleave, click
200200 */
201201 @property ( { attribute : 'hide-triggers' } )
202202 public set hideTriggers ( value : string ) {
@@ -339,7 +339,10 @@ export default class IgcTooltipComponent extends EventEmitterMixin<
339339 return commitStateChange ( ) ;
340340 }
341341
342- /** Shows the tooltip if not already showing. */
342+ /**
343+ * Shows the tooltip if not already showing.
344+ * If a target is provided, sets it as a transient anchor.
345+ */
343346 public show ( target ?: Element ) : Promise < boolean > {
344347 if ( target ) {
345348 this . _stopTimeoutAndAnimation ( ) ;
You can’t perform that action at this time.
0 commit comments