Skip to content

Commit

Permalink
* core: init zui content after load html content.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Dec 7, 2023
1 parent ed4fee7 commit 217e272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/react/components/html-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class HtmlContent extends Component<HtmlContentProps> {
if (!this.props.executeScript) {
return;
}
$(this._ref.current).runJS();
$(this._ref.current).runJS().zuiInit();
}

componentDidMount(): void {
Expand Down

0 comments on commit 217e272

Please sign in to comment.