Skip to content

3.68.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 17:47
Immutable release. Only release title and notes can be modified.
131859d

Patch Changes

  • 71cf6c5: Fix rage click detection dismissing presented UI (e.g. popovers and sheets) on the opening tap. The hit-test fallback used to recover a tapped view now runs as a stateless query (hitTest with nil) instead of re-entering UIKit's hit-testing/gesture machinery with the in-flight event, which corrupted internal touch/gesture state.