We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bf328 commit 48dfe9bCopy full SHA for 48dfe9b
1 file changed
src/editors/textEditor.tsx
@@ -33,6 +33,7 @@ const textEditorInternalClassname = css`
33
34
export const textEditorClassname = `rdg-text-editor ${textEditorInternalClassname}`;
35
36
+// biome-ignore lint/suspicious/noFunctionAssign: ???
37
function autoFocusAndSelect(input: HTMLInputElement | null) {
38
input?.focus();
39
input?.select();
0 commit comments