Click-Handler delay when swipe-to-closing IonMenu

Hi everybody,

I experience a problem where my app doesn’t register any click-events right/immediately after swipe-to-closing an IonMenu.
The delay until click events are fired again is about 2 seconds.

I am using "@ionic/react": "^5.5.0"

Some earlier answer suggest using the tappable attribute. But this just throws typescript errors for me when I slap it onto any html element in my react code.

Any idea what I can do to make this weird delay go away? Also very interesting that it doesnt happen when I close the menu via the menucontroller but only when I’m closing it via a swipe gesture…

Thx for reading and maybe somebody has an idea :slight_smile: