mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 15:12:35 -05:00
* Fix custom report editor retaining unsaved settings The session storage clear condition only fired when navigating from the /reports dashboard. Since the URL tracking runs inside the report component, the stored URL always pointed to the last report path, so revisiting the same report never triggered the clear. Changed the condition to clear session storage whenever the stored URL differs from the current path. This handles navigating from the dashboard, from another report, or any other page. Fixes #7332 * Add release notes for PR #7356
130 B
130 B
category, authors
| category | authors | |
|---|---|---|
| Bugfixes |
|
Fix custom report editor retaining unsaved settings when navigating between routes.