mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:52:12 +08:00
UX: Focus composer input after adding text.
This commit is contained in:
parent
aeccc030d6
commit
e56b3b6a38
|
@ -380,6 +380,7 @@ export default Ember.Component.extend({
|
|||
const insert = `${sel.pre}${text}`;
|
||||
this.set('value', `${insert}${sel.post}`);
|
||||
this._selectText(insert.length, 0);
|
||||
Ember.run.once("afterRender", () => { $("textarea.d-editor-input").focus(); } );
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user