mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:52:45 +08:00
FIX: Broken build
This commit is contained in:
parent
2f7b241087
commit
bed7781fe2
|
@ -565,7 +565,7 @@ const Composer = RestModel.extend({
|
|||
if (postStream) {
|
||||
postStream.undoPost(createdPost);
|
||||
}
|
||||
composer.set('composeState', OPEN);
|
||||
Ember.run.next(() => composer.set('composeState', OPEN));
|
||||
}));
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user