Skip to content

Commit

Permalink
fix: aria controls drawer close
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Oct 14, 2024
1 parent 4f7838a commit 09378f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Component/Drawer/drawer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'style' => 'basic',
'icon' => 'close',
'attributeList' => [
'aria-controls' => 'navigation',
'aria-controls' => 'drawer',
'data-simulate-click' => $simulateClickSelector
],
'classList' => [
Expand Down

0 comments on commit 09378f3

Please sign in to comment.