Skip to content

Commit

Permalink
Fix bad syntax for defer-initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers authored Oct 24, 2024
1 parent 1e30950 commit 9d261e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ customElements.whenDefined("rhino-editor").then(() => {

Sometimes it can be quite challenging to catch either the `rhino-initialize` or `rhino-before-initialize` events due to load order of your JavaScript.

If you add the `defer-initialization` attribute to your editor, the editor will not start until you remove that attribute.
If you add the `defer-initialize` attribute to your editor, the editor will not start until you remove that attribute.

Like so:

Expand Down

0 comments on commit 9d261e1

Please sign in to comment.