DrawerView icon indicating copy to clipboard operation
DrawerView copied to clipboard

Glitched state when sliding drawer with one finger, and tapping on background overlay with other ( fix in description )

Open ivanovicsasa opened this issue 5 months ago • 0 comments

If the above steps are executed drawer overlay remains hanging and app is in unusable state.

Can You please update the function @objc private func onTapOverlay(_ sender: UITapGestureRecognizer) in DrawerView file and add the following at the start guard !self.drawerPanStarted else { return } this fixes the issue for me.

ivanovicsasa avatar Aug 27 '24 07:08 ivanovicsasa