Fix outlines
This commit is contained in:
parent
59295fafef
commit
b7392ecbf9
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const addSupportForTabNavigation = () =>
|
|||
});
|
||||
|
||||
const removeUnnecessaryOutlines = () =>
|
||||
(document.onclick = e => (e.target as HTMLElement)?.blur());
|
||||
(document.onclick = () => (document.activeElement as HTMLElement).blur?.());
|
||||
|
||||
create();
|
||||
addSupportForTabNavigation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue