Skip to content

Commit

Permalink
Test disable viewScroll=close for hashtag page menu
Browse files Browse the repository at this point in the history
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 itself
  • Loading branch information
cheeaun committed Jan 7, 2024
1 parent e44ac16 commit 99b0b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/hashtag.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function Hashtags({ media: mediaView, columnMode, ...props }) {
portal
setDownOverflow
overflow="auto"
viewScroll="close"
// viewScroll="close"
position="anchor"
menuButton={
<button type="button" class="plain">
Expand Down

0 comments on commit 99b0b7c

Please sign in to comment.