mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
Revert "FIX: prevents focus of input on mobile (#6251)"
This reverts commit bfcf8ed61b
.
This commit is contained in:
parent
8dcda65837
commit
f62c9def33
@ -111,11 +111,7 @@ export default Mixin.create({
|
||||
$(context.element).focus();
|
||||
}
|
||||
} else {
|
||||
if (this.site && this.site.isMobileDevice) {
|
||||
this.expand();
|
||||
} else {
|
||||
context.$filterInput().focus();
|
||||
}
|
||||
context.$filterInput().focus();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user