-
Notifications
You must be signed in to change notification settings - Fork 3
Working with turbolinks #2
Comments
I'm having a similar issue. On first load the editor is not visible, but when once I reload the page it becomes visible. |
Same issue here.. First load invisible, then visible after reload. Did you fix the issue? |
I used a workaround (described in readme): to add data: { turbolinks: false } html option to all external links to the page with editor. If someone makes a proper fix, please feel free to create a PR. |
I am not using this gem but I use quill through CDN and I have the same issue with it... so I used your solution |
This is not an optimal solution as you are then disabling Turbolinks for the whole page. |
Sean, your statement is not entirely correct. The parameter disables use of Turbolinks to follow the link, however they remain enabled on both linked and linking pages. That said, I entirely agree that it is not a good solution and will welcome a PR. |
I wonder if theres a way to get this to play nice. In my rails 5 app on first load - shows the editor - but navigation away and back to the same page - the editor is no longer visible. Turning off turbolinks fixes this issue.
Any thoughts welcome.
The text was updated successfully, but these errors were encountered: