Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): Check event cancelable before event.preventDefault (#4690)
This error occurs when the first touch is initiated: [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. Added logic to confirm that the error can be cancelled before event.preventDefault.
- Loading branch information