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