kopia lustrzana https://github.com/cheeaun/phanpy
Test disable viewScroll=close for hashtag page menu
Possible fix for self-auto-closing when focusing on the input field to add hashtag and the software keyboard resizes the page, causing scroll event to fire and close the menu itselfpull/392/head
rodzic
e44ac16396
commit
99b0b7c096
|
@ -164,7 +164,7 @@ function Hashtags({ media: mediaView, columnMode, ...props }) {
|
||||||
portal
|
portal
|
||||||
setDownOverflow
|
setDownOverflow
|
||||||
overflow="auto"
|
overflow="auto"
|
||||||
viewScroll="close"
|
// viewScroll="close"
|
||||||
position="anchor"
|
position="anchor"
|
||||||
menuButton={
|
menuButton={
|
||||||
<button type="button" class="plain">
|
<button type="button" class="plain">
|
||||||
|
|
Ładowanie…
Reference in New Issue