Remove autofocus to fix mobile scroll issue
This commit is contained in:
@@ -299,7 +299,6 @@ defmodule MusicLibraryWeb.Components.Chat do
|
|||||||
class="flex-1"
|
class="flex-1"
|
||||||
disabled={@loading}
|
disabled={@loading}
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
autofocus
|
|
||||||
/>
|
/>
|
||||||
<.button
|
<.button
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|||||||
Reference in New Issue
Block a user