You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`trigger` - Events triggering the tooltip separated with spaces: `'hover'`, `'click'`, `'focus'` or `'manual'` (`'manual'` can't be combined with any other event)
164
163
-`offset` - Offset of the position (px)
@@ -190,7 +189,7 @@ The default global options are:
190
189
defaultBoundariesElement:undefined,
191
190
defaultPopperOptions: {},
192
191
autoHide:true,
193
-
// Auto destroy tooltip DOM nodes (ms)
192
+
// Auto destroy tooltip DOM nodes (ms), set `null` to disable
0 commit comments