Skip to content

Commit

Permalink
fix: nofification panel keyboard close focus (#6113)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmenendez committed Sep 26, 2024
1 parent b78e37b commit 752739b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export let NotificationsPanel = React.forwardRef(
onClickOutside();
setTimeout(() => {
triggerButtonRef?.current?.focus();
}, 0);
}, 100);
}
};
useEffect(() => {
Expand Down

0 comments on commit 752739b

Please sign in to comment.