Skip to content

Commit

Permalink
Remove tabindex to avoid focus in unwanted places
Browse files Browse the repository at this point in the history
  • Loading branch information
joswarmer committed Oct 29, 2024
1 parent 0372962 commit bf155ce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
style="{cssStyle}"
on:keydown={onKeydown}
id="{id}"
tabindex={0}
bind:this={htmlElement}
role="gridcell"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
id="{id}"
class:layout-component-horizontal="{isHorizontal}"
class:layout-component-vertical="{!isHorizontal}"
tabIndex={0}
bind:this={element}
>
{#if isHorizontal }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@
on:blur={() => {}}
on:keydown={onKeydown}
on:contextmenu|stopPropagation|preventDefault={(event) => showContextMenu(event)}
tabindex={0}
bind:this={htmlElement}
>
<RenderComponent box={childBox} editor={editor}/>
Expand Down

0 comments on commit bf155ce

Please sign in to comment.