Skip to content

Commit b722f2d

Browse files
committed
chore(lint): keep focusable span in editable-guard test with biome-ignore
1 parent 6a84f51 commit b722f2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/app/workspace/[workspaceId]/providers/global-commands-provider.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ describe('GlobalCommandsProvider editable guard', () => {
135135
<GlobalCommandsProvider>
136136
<RegisterModKOutsideEditable handler={handler} />
137137
<div contentEditable>
138+
{/* biome-ignore lint/a11y/noNoninteractiveTabindex: focusable stand-in for a node view inside the editor */}
138139
<span tabIndex={0} />
139140
</div>
140141
</GlobalCommandsProvider>

0 commit comments

Comments
 (0)