Farzin-Firoozi / react-modern-drawer

https://farzin-firoozi.github.io/react-modern-drawer/
MIT License
215 stars 24 forks source link

Click the mask and don't want to close the drawer #20

Closed king-lxt closed 1 year ago

king-lxt commented 1 year ago

Click the mask and don't want to close the drawer。Are there any parameters to set?

Farzin-Firoozi commented 1 year ago

You can pass an empty function to the onClose props.

king-lxt commented 1 year ago

thank you