mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 06:11:20 -04:00
FIX: iPad focusing on the title was messing everything up
This commit is contained in:
parent
395d01c5f9
commit
afe9f90f2b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default Ember.Component.extend({
|
|||
|
||||
@on('didInsertElement')
|
||||
_focusOnReply() {
|
||||
if (!Discourse.Mobile.mobileView) {
|
||||
if (!this.capabilities.touch) {
|
||||
this.$('input').putCursorAtEnd();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue