mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: prevents android keyboard to be hidden instantly on sk focus (#17810)
This commit is contained in:
parent
8f66d57b86
commit
2003c2d4cd
@ -871,6 +871,13 @@ export default Component.extend(
|
|||||||
strategy,
|
strategy,
|
||||||
placement: this.selectKit.options.placement,
|
placement: this.selectKit.options.placement,
|
||||||
modifiers: [
|
modifiers: [
|
||||||
|
{
|
||||||
|
name: "eventListeners",
|
||||||
|
options: {
|
||||||
|
resize: !this.site.mobileView,
|
||||||
|
scroll: !this.site.mobileView,
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "flip",
|
name: "flip",
|
||||||
enabled: !inModal,
|
enabled: !inModal,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user