Skip to content

Commit

Permalink
fix: Could not navigate drawer menu wit keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfredrik committed Mar 13, 2024
1 parent 11e3ba6 commit f78d32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/v3/partials/navigation/drawer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
],
'id' => 'drawer',
'attributeList' => ['data-move-to' => 'body', 'data-js-toggle-item' => 'drawer'],
'attributeList' => ['data-js-toggle-item' => 'drawer'],
'classList' => [
'c-drawer--' . (!empty($mobileMenuItems)&&!empty($mobileMenuSecondaryItems) ? 'duotone' : 'monotone'),
's-drawer-menu'
Expand Down

0 comments on commit f78d32a

Please sign in to comment.