fix(ui): remove autofocus from link form url input
This commit is contained in:
@@ -268,7 +268,6 @@ function LinkForm({ url, newTab, showRemove, onUrlChange, onNewTabChange, onSubm
|
|||||||
<div className="flex flex-col gap-1.5">
|
<div className="flex flex-col gap-1.5">
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
<input
|
<input
|
||||||
autoFocus
|
|
||||||
type="url"
|
type="url"
|
||||||
placeholder="https://..."
|
placeholder="https://..."
|
||||||
value={url}
|
value={url}
|
||||||
|
|||||||
Reference in New Issue
Block a user