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
Repro by creating layers and attempting to select left-hand sidebar items on the trailing edge of the item view.
Catalyst appears to block all gestures on that trailing edge, as noted with the issue still existing when adjusting the size of the sidebar. I also confirmed with the view debugger that we are correctly using the full width of the view. The SwiftUI view uses the full space and the hosting controller's constraints adjust accordingly.
The text was updated successfully, but these errors were encountered:
Repro by creating layers and attempting to select left-hand sidebar items on the trailing edge of the item view.
Catalyst appears to block all gestures on that trailing edge, as noted with the issue still existing when adjusting the size of the sidebar. I also confirmed with the view debugger that we are correctly using the full width of the view. The SwiftUI view uses the full space and the hosting controller's constraints adjust accordingly.
The text was updated successfully, but these errors were encountered: