Merge pull request #11126 from Kilo-Org/strong-question

fix(agent-manager): avoid blocked native autofocus
This commit is contained in:
Marius
2026-06-11 16:34:11 +02:00
committed by GitHub
@@ -396,7 +396,6 @@ export const NewWorktreeDialog: Component<{ onClose: () => void; defaultBaseBran
<div class="prompt-input-ghost-wrapper am-prompt-input-ghost-wrapper">
<textarea
ref={textareaRef}
autofocus
class="prompt-input am-prompt-input"
placeholder={t(
isMac