Skip to content

Commit 48dfe9b

Browse files
committed
ignore biome lint
1 parent e2bf328 commit 48dfe9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/editors/textEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const textEditorInternalClassname = css`
3333

3434
export const textEditorClassname = `rdg-text-editor ${textEditorInternalClassname}`;
3535

36+
// biome-ignore lint/suspicious/noFunctionAssign: ???
3637
function autoFocusAndSelect(input: HTMLInputElement | null) {
3738
input?.focus();
3839
input?.select();

0 commit comments

Comments
 (0)