Skip to content

Commit

Permalink
action-list: Fix keyDown for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Jul 30, 2024
1 parent 1dc2090 commit f6bf418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/action-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
|| focusedElement.matches('#body'))
) {
let activeItem = document.querySelector(
'#main > .container > .content > .action-list [data-action-item].active'
'#main > .container > .content .action-list [data-action-item].active'
);
if (activeItem) {
list = activeItem.closest('.action-list');
Expand Down

0 comments on commit f6bf418

Please sign in to comment.