mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +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,
|
||||
placement: this.selectKit.options.placement,
|
||||
modifiers: [
|
||||
{
|
||||
name: "eventListeners",
|
||||
options: {
|
||||
resize: !this.site.mobileView,
|
||||
scroll: !this.site.mobileView,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "flip",
|
||||
enabled: !inModal,
|
||||
|
Loading…
x
Reference in New Issue
Block a user