We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0c883 commit 57994d2Copy full SHA for 57994d2
src/packages/hint/hint.ts
@@ -45,7 +45,7 @@ export class Hint implements Package<HintOptions> {
45
) {
46
this._targetElement = getContainerElement(elementOrSelector);
47
this._options = options
48
- ? setOptions(this._options, options)
+ ? setOptions(this._options, { ...getDefaultHintOptions(), ...options })
49
: getDefaultHintOptions();
50
}
51
0 commit comments