Skip to content

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.

Copy link
Contributor

Choose a reason for hiding this comment

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

@umarana could you please check the comment above? It was a long time, but maybe you are still interested.

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