We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea11c0 commit 72877a5Copy full SHA for 72877a5
src/Krompaco.RecordCollector.Web/Components/Layout/MainLayout.razor
@@ -99,7 +99,7 @@
99
aria-expanded="false"
100
aria-controls="header-menu"
101
aria-label="@Model.Localizer["Open menu"]"
102
- data-script="on mousedown
+ data-script="on click
103
toggle .hidden on #header-menu
104
then if @@aria-expanded == 'true'
105
set @@aria-expanded to 'false'
src/Krompaco.RecordCollector.Web/Components/Navigation/MenuItem.razor
@@ -16,7 +16,7 @@
16
aria-controls="@listId"
17
aria-label="@Model.Localizer["Open"] @Model.Text"
18
class="group p-[6px] mt-[3px] rc-menu-link justify-self-end"
19
20
toggle .hidden on #@listId
21
22
0 commit comments