Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InteractivePreview gesture behavior race condition #50

Open
feelingsonice opened this issue Jun 29, 2024 · 0 comments
Open

InteractivePreview gesture behavior race condition #50

feelingsonice opened this issue Jun 29, 2024 · 0 comments

Comments

@feelingsonice
Copy link

I think there's a race condition in

.gesture(changePositionGesture)
// .gesture(tapToFocusGesture(geometry)) // Currently disabled
.gesture(pinchZoomGesture)

Where if timed, the gestures aren't mounted because of guard session.isRunning, option.enableChangePosition. You can test this by repeatedly opening up the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant