design
This commit is contained in:
@@ -1321,7 +1321,6 @@ const SkeuomorphicWorkspace = ({
|
||||
<div
|
||||
className="skeuo-canvas"
|
||||
ref={containerRef}
|
||||
tabIndex={1}
|
||||
data-active-tag={activeShelfTagId || undefined}
|
||||
onDragOver={handleCanvasDragOver}
|
||||
onDragLeave={handleCanvasDragLeave}
|
||||
@@ -1408,7 +1407,6 @@ const SkeuomorphicWorkspace = ({
|
||||
className={itemClasses.join(' ')}
|
||||
style={style}
|
||||
role="button"
|
||||
tabIndex={matchesFilter ? 0 : -1}
|
||||
data-doc-id={doc.id}
|
||||
data-tag-ids={docTagTokens || undefined}
|
||||
aria-hidden={matchesFilter ? undefined : 'true'}
|
||||
@@ -1520,7 +1518,6 @@ const SkeuomorphicWorkspace = ({
|
||||
onDragStart={(event) => handleShelfTagDragStart(event, tag)}
|
||||
onDragEnd={handleShelfTagDragEndWithReset}
|
||||
role="button"
|
||||
tabIndex={0}
|
||||
onClick={(event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
Reference in New Issue
Block a user