FlowingCode/AppLayoutAddon

Make swipe-open configurable

javier-godoy opened this issue · 0 comments

By default, app-drawer is configured with swipe-open, which creates an area at the edge of the screen to swipe open the draw.

When this option is true, the leftmost 20 pixels are "owned" by the drawer (which has higher z-index) and click events are not propagated to the application content. Provide an option to configure whether swipe-open is enabled or not.

image