Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update modal component so that plugins load with dynamic content #314

Closed
carolineboeykens opened this issue Mar 28, 2024 · 0 comments · Fixed by #328
Closed

Update modal component so that plugins load with dynamic content #314

carolineboeykens opened this issue Mar 28, 2024 · 0 comments · Fixed by #328
Assignees

Comments

@carolineboeykens
Copy link
Contributor

DOMHelper.onDynamicContent(document.documentElement, `.${p.getTriggerClass()}`, (triggers) => {
  Array.from(triggers).forEach((trigger: Element) => {
    this.initTrigger(trigger);
  });
});

Add this to modal.component.ts after line 67.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants