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.
2 parents 8949fad + d1dccdf commit 233da99Copy full SHA for 233da99
src/core/hint.ts
@@ -189,10 +189,11 @@ export async function addHints() {
189
hint.appendChild(hintPulse);
190
hint.setAttribute("data-step", i.toString());
191
192
+ const targetElement = item.element;
193
item.element = hint;
194
195
// align the hint position
- alignHintPosition.call(this, item.hintPosition, hint, item.element);
196
+ alignHintPosition.call(this, item.hintPosition, hint, targetElement);
197
198
hintsWrapper.appendChild(hint);
199
});
0 commit comments