From bde2f1a67d41ac7fcae7e413addb2cc91a68dc8e Mon Sep 17 00:00:00 2001 From: sorax Date: Tue, 10 Sep 2024 12:32:14 +0200 Subject: [PATCH] remove obsolete focus --- lib/radiator_web/live/outline_component.html.heex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/radiator_web/live/outline_component.html.heex b/lib/radiator_web/live/outline_component.html.heex index fdada29c..b737e3ff 100644 --- a/lib/radiator_web/live/outline_component.html.heex +++ b/lib/radiator_web/live/outline_component.html.heex @@ -21,7 +21,6 @@ type="text" field={form[:content]} placeholder="Content..." - phx-mounted={JS.focus()} phx-focus="focus" phx-blur="blur" phx-keydown="keydown"