mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
don't select text on focus
This commit is contained in:
parent
31d801ce2c
commit
77895473e5
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@ export default TextField.extend({
|
|||
return searchContextEnabled ? "" : I18n.t('search.title');
|
||||
},
|
||||
|
||||
focusIn() {
|
||||
Em.run.later(() => this.$().select());
|
||||
},
|
||||
|
||||
@on("didInsertElement")
|
||||
becomeFocused() {
|
||||
if (this.get('hasAutofocus')) this.$().focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue