frontend: remove tabindex=0 (confuses password managers)

This commit is contained in:
2025-10-22 18:16:09 +02:00
parent dbc54032f7
commit 8e3f09774a
2 changed files with 0 additions and 4 deletions
@@ -363,7 +363,6 @@ const DocumentsTable = ({
<div
ref={scrollRef}
className="documents-scroll"
tabIndex={0}
onFocus={(event) => {
if (event.target === scrollRef.current) {
onDocumentListFocus?.();
@@ -504,7 +503,6 @@ const DocumentsTable = ({
}
}}
role="button"
tabIndex={0}
draggable
onDragStart={(event) => {
event.stopPropagation();
@@ -741,7 +739,6 @@ const DocumentsTable = ({
}
}}
role="button"
tabIndex={0}
draggable
onDragStart={(event) => {
event.stopPropagation();
-1
View File
@@ -275,7 +275,6 @@ const Sidebar = ({
<span
className={className}
role="button"
tabIndex={0}
onClick={handleSelect}
onKeyDown={(event) => {
if (event.key === 'Enter' || event.key === ' ') {