mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
FIX: resolve from URL when using /new-topic route
This commit is contained in:
parent
5a9622163d
commit
f466791a15
@ -17,6 +17,10 @@ export default Ember.Component.extend({
|
||||
$input.putCursorAtEnd();
|
||||
});
|
||||
}
|
||||
|
||||
if (this.get('composer.titleLength') > 0) {
|
||||
Ember.run.debounce(this, this._titleChanged, 10);
|
||||
}
|
||||
},
|
||||
|
||||
@computed('composer.titleLength', 'composer.missingTitleCharacters', 'composer.minimumTitleLength', 'lastValidatedAt')
|
||||
|
Loading…
x
Reference in New Issue
Block a user