You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I couldn't find a similar issue so I'm opening this one.
If I scroll in the scrollbox to the end, items inside become non-interactable. They automatically become interactable again if:
1- I scroll to middle (anywhere in the scrollbar that is not the end. (scrollbox.scrollLeft = 0.1 works, for example)
2- I interact with another pixi element thats out of the scrollbox, and come again into the scrollbox
Using v2.3.0.
I wanted to ask if this issue is known and if there is a cleaner solution for this than manually adding margin to scrollbar position
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi, I couldn't find a similar issue so I'm opening this one.
If I scroll in the scrollbox to the end, items inside become non-interactable. They automatically become interactable again if:
1- I scroll to middle (anywhere in the scrollbar that is not the end. (scrollbox.scrollLeft = 0.1 works, for example)
2- I interact with another pixi element thats out of the scrollbox, and come again into the scrollbox
Using v2.3.0.
I wanted to ask if this issue is known and if there is a cleaner solution for this than manually adding margin to scrollbar position
Thanks in advance
The text was updated successfully, but these errors were encountered: