We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3190134 commit 78126d0Copy full SHA for 78126d0
app/assets/javascripts/activeadmin/quill_editor_input.js
@@ -85,11 +85,7 @@
85
}
86
87
// --- events ------------------------------------------------------------------
88
- $(document).ready(() => {
89
- initQuillEditors()
90
- })
91
-
92
- $(document).on('has_many_add:after', '.has_many_container', () => {
93
94
+ $(document).ready(initQuillEditors)
+ $(document).on('has_many_add:after', '.has_many_container', initQuillEditors)
+ $(document).on('turbolinks:load', initQuillEditors)
95
})()
0 commit comments