commit 221448907cf1670d90371da8887d59d0d4fdbf61 parent 3c9fbc7c9052c0aa418f69d9ef7aa81243e2178b Author: Michael Camilleri <[email protected]> Date: Sun, 1 Mar 2026 07:57:51 +0900 Fix focusing of new tasks on iPad Co-Authored-By: Codex GPT 5.3 <[email protected]> Diffstat:
| M | Listless/Extensions/TaskListView+Logic.swift | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/Listless/Extensions/TaskListView+Logic.swift b/Listless/Extensions/TaskListView+Logic.swift @@ -129,7 +129,6 @@ extension TaskListViewProtocol { focusedField = nil } else { createNewTask() - focusedField = nil } }