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

Add support for dynamically loaded editors #179

Merged
merged 4 commits into from
Mar 2, 2024

Conversation

Ageu-Meireles
Copy link
Contributor

@Ageu-Meireles Ageu-Meireles commented Jan 16, 2024

The current code works perfectly when all elements are previously positioned and loaded on the page, but it is eventually necessary to dynamically introduce elements through javascript code and ajax requests, an event that is not currently covered. Therefore, having an event observer that handles editor initialization dynamically is essential to maintain accurate operation in different scenarios, allowing you to create responsive and robust applications with less work.

@Ageu-Meireles Ageu-Meireles changed the title Added support for dynamically loaded editors Add support for dynamically loaded editors Feb 19, 2024
@hvlads hvlads merged commit 1fecf8c into hvlads:master Mar 2, 2024
@goapunk
Copy link
Contributor

goapunk commented Mar 18, 2024

@Ageu-Meireles @hvlads A bit late but I think it would be great if this had some documentation / a section in the README

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

Successfully merging this pull request may close these issues.

3 participants