Revert "FIX: prevents focus of input on mobile (#6251)"
This reverts commit bfcf8ed61b
.
This commit is contained in:
parent
8dcda65837
commit
f62c9def33
|
@ -110,13 +110,9 @@ export default Mixin.create({
|
||||||
} else {
|
} else {
|
||||||
$(context.element).focus();
|
$(context.element).focus();
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
if (this.site && this.site.isMobileDevice) {
|
|
||||||
this.expand();
|
|
||||||
} else {
|
} else {
|
||||||
context.$filterInput().focus();
|
context.$filterInput().focus();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue