mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Revert "FIX: prevents focus of input on mobile (#6251)"
This reverts commit bfcf8ed61bebba6be3082507dafa6766024ddf3a.
This commit is contained in:
parent
8dcda65837
commit
f62c9def33
@ -110,13 +110,9 @@ export default Mixin.create({
|
||||
} else {
|
||||
$(context.element).focus();
|
||||
}
|
||||
} else {
|
||||
if (this.site && this.site.isMobileDevice) {
|
||||
this.expand();
|
||||
} else {
|
||||
context.$filterInput().focus();
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user