frontend: remove tabindex=0 (confuses password managers)
This commit is contained in:
@@ -275,7 +275,6 @@ const Sidebar = ({
|
||||
<span
|
||||
className={className}
|
||||
role="button"
|
||||
tabIndex={0}
|
||||
onClick={handleSelect}
|
||||
onKeyDown={(event) => {
|
||||
if (event.key === 'Enter' || event.key === ' ') {
|
||||
|
||||
Reference in New Issue
Block a user