Open vishnuc opened 7 years ago
I have following settings for drawer
captureGestures={true} acceptPan = {true} tapToClose = {true} type="displace" content={<Sidebar />}
I want all three following
<Sidebar />
clicking links on sidebar works whencaptureGestures={false} or 'closed', but Tap anywhere to close drawer is not working when I set this.
captureGestures={false}
I have following settings for drawer
I want all three following
<Sidebar />
- not workingclicking links on sidebar works when
captureGestures={false}
or 'closed', but Tap anywhere to close drawer is not working when I set this.