This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Description
Currently the two finger dismiss swipe has no threshold.
A threshold for the two finger swipe should be implemented to reduce accidental dismissal whilst scrolling. This most likely needs to be done through some tracking as the scroll event is called multiple time on mac due to its smooth scrolling.
Further, this needs to be a capturing event to stop accidental navigation away from the current page.