From 09378f39d616a2ca89f052d8612be75d62a9262f Mon Sep 17 00:00:00 2001 From: Niclas Date: Mon, 14 Oct 2024 10:53:50 +0200 Subject: [PATCH] fix: aria controls drawer close --- source/php/Component/Drawer/drawer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/php/Component/Drawer/drawer.blade.php b/source/php/Component/Drawer/drawer.blade.php index 72ebd9ca..1b6d03aa 100644 --- a/source/php/Component/Drawer/drawer.blade.php +++ b/source/php/Component/Drawer/drawer.blade.php @@ -10,7 +10,7 @@ 'style' => 'basic', 'icon' => 'close', 'attributeList' => [ - 'aria-controls' => 'navigation', + 'aria-controls' => 'drawer', 'data-simulate-click' => $simulateClickSelector ], 'classList' => [