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 8949fad commit d1dccdfCopy full SHA for d1dccdf
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