vrimar / construct-ui

A Mithril.js UI library
https://vrimar.github.io/construct-ui
MIT License
287 stars 24 forks source link

Drawer example: closeOnOutsideClick #27

Closed kczx3 closed 4 years ago

kczx3 commented 4 years ago

I think it would be beneficial to mention that closeOnOutsideClick simply invokes the onClose callback allowing you to toggle your variable controlling the state of the drawer. It's not really clear in the docs and example.

vrimar commented 4 years ago

Makes sense, will be fixed in an upcoming commit.