Skip to content

Commit

Permalink
Merge pull request #15197 from FabioGNR/patch-1
Browse files Browse the repository at this point in the history
Docs: Updated angular integration error event documentation.
  • Loading branch information
scofalik authored Oct 25, 2023
2 parents 75ffe7a + b32092a commit f67e41b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation/integrations/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,11 @@ It is fired with an object containing the editor and the CKEditor 5 `focus`

### `error`

Fired when the editor crashes (except of crashes during the editor initialization). Once the editor is crashed, the internal watchdog mechanism restarts the editor and fires the [ready](#ready) event.
Fired when the editor crashes. Once the editor is crashed, the internal watchdog mechanism restarts the editor and fires the [ready](#ready) event.

<info-box>
Prior to ckeditor5-angular `v7.0.1`, this event was not fired for crashes during the editor initialization.
</info-box>

## Styling

Expand Down

0 comments on commit f67e41b

Please sign in to comment.