1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 17:07:19 +02:00

update: forum/states/ComposerState

This commit is contained in:
Alexander Skvortsov
2020-08-08 14:33:51 -04:00
committed by Franz Liedke
parent 02154d05e5
commit 9d8b466d57

View File

@@ -74,7 +74,7 @@ class ComposerState {
this.onExit = null;
this.fields = {
content: m.prop(''),
content: m.stream(''),
};
/**