mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
FIX: iPad focusing on the title was messing everything up
This commit is contained in:
@@ -5,7 +5,7 @@ export default Ember.Component.extend({
|
||||
|
||||
@on('didInsertElement')
|
||||
_focusOnReply() {
|
||||
if (!Discourse.Mobile.mobileView) {
|
||||
if (!this.capabilities.touch) {
|
||||
this.$('input').putCursorAtEnd();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user