Yuyao Huang 6a2e0537ea fix: remove duplicate submit handler that caused double task creation
The Save button already has type=submit which naturally triggers
form submission. The additional click handler dispatching submit
event caused handleTaskSubmit to run twice.
2026-05-09 13:03:03 +08:00
..