Recommended for anyone on v2.19.0.
Task descriptions could be saved to the wrong task (#1599). The description editor saves on a 700ms debounce, and it read the current task when the timer fired rather than when the text was typed. Leaving a task inside that window wrote its text over whichever task you had opened, so both tasks were damaged: the one you arrived at lost its description, and the one you edited never received the change. A second edit inside the same window could also drop the first task's save entirely.
v2.19.0 made this easier to hit, because that release kept the editor alive across task switches. The underlying mistake was older.
Nothing to do beyond upgrading. No migration and no configuration change.
What's Changed
- fix(web): save a description to the task it was typed in by @andrejsshell in #1600
Full Changelog: v2.19.0...v2.19.1