mirror of
https://github.com/flarum/framework.git
synced 2025-03-31 20:55:15 +08:00

The mdarea extension's handleKey method only applies when input is accompanied by an actual key press, and won't register programmatic inputs via `app.composer.editor` methods. We add an additional listener for custom events, which are dispatched in `setValue`.