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

turbo frames lazy load support #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

umarana
Copy link

@umarana umarana commented Nov 10, 2023

No description provided.

@@ -71,6 +71,7 @@ def js_code

window.addEventListener('load', init_#{chart_id});
window.addEventListener('turbo:load', init_#{chart_id});
window.addEventListener('turbo:frame-load', init_#{chart_id});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it will work like this, since we need to make sure that in case page has multiple turbo frames, we are not triggering this call for already rendered charts.

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.

2 participants