Skip to content

Commit 7f9cc1f

Browse files
committed
Pass renderAsHtml from options
1 parent 8fe8028 commit 7f9cc1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/packages/hint/components/HintsRoot.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ export const HintsRoot = ({ hint }: HintsRootProps) => {
7676
// hints don't have step numbers
7777
showStepNumbers: false,
7878

79+
renderAsHtml: hint.getOption("tooltipRenderAsHtml"),
80+
7981
autoPosition: hint.getOption("autoPosition"),
8082
positionPrecedence: hint.getOption("positionPrecedence"),
8183

0 commit comments

Comments
 (0)