Skip to content

Commit

Permalink
Merge pull request #5923 from mijorus/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Jun 18, 2024
2 parents e7090cf + ca81e2b commit 6782d26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Or you might set the `CYPRESS_baseUrl` environment variable for a custom nextclo
In order to load the editor in your app, you'll need to dispatch an event.

```php
use OCA\Text\Event\LoadEditor;

// ...

if (class_exists(LoadEditor::class)) {
$this->eventDispatcher->dispatchTyped(new LoadEditor());
}
Expand Down

0 comments on commit 6782d26

Please sign in to comment.