Skip to content

fix: bind aria-expanded to open property

Paul Gascou-Vaillancourt requested to merge fix-aria-expanded-attr into master

The button that toggles the sidebar on mobile devices has an aria-expanded attribute that's bound to the non-existent show property. The button actually toggles the open property, which we should also use to set aria-expanded.

Edited by Paul Gascou-Vaillancourt

Merge request reports