Fixed issue where when a task was dropped outside of a task list it would dissappear, now it just returns to where it was picked up from

This commit is contained in:
NPS Agent
2026-05-13 10:04:18 +09:30
parent abb6402f86
commit ee5f55bc8e
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -69,6 +69,7 @@
23. **Keyboard Shortcuts:** Added global support for keyboard navigation:
- **`Escape`**: Instantly close any open modal (Task Detail, Add Task, Settings, or Audit Logs).
- **`n`**: Open the "Add Task" modal from the main dashboard (disabled while typing in inputs).
24. **Drag-and-Drop Stability:** Fixed a bug where tasks would "disappear" if dropped in an invalid area. Tasks now remain visible at their original position if a drop is cancelled.
### Phase 3: Advanced Features
- **Real-time Notifications:** Explore WebSockets for task assignments.