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 89b037c commit a2c134aCopy full SHA for a2c134a
assets/js/field-text-editor.js
@@ -7,7 +7,7 @@ import Trix from 'trix/dist/trix.esm';
7
window.Trix = Trix;
8
9
// Listening to the DOMLoadedContent event is too late because the Trix editor is already initialized.
10
-// To be sure to handle properly the custom configuration, we have to to listen to the trix-before-initialize event.
+// To be sure to handle properly the custom configuration, we have to listen to the trix-before-initialize event.
11
document.addEventListener('trix-before-initialize', () => {
12
new TextEditorField();
13
});
0 commit comments