mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:11:09 +08:00
BUGFIX: progress bar was hidden when the composer was open
This commit is contained in:
@ -61,7 +61,8 @@ export default Discourse.Controller.extend({
|
||||
},
|
||||
|
||||
updateDraftStatus: function() {
|
||||
this.get('model').updateDraftStatus();
|
||||
var c = this.get('model');
|
||||
if (c) { c.updateDraftStatus(); }
|
||||
},
|
||||
|
||||
appendText: function(text) {
|
||||
|
Reference in New Issue
Block a user