Expand maybe column is no expanded column is found in localStorage

... to trigger scrolling into view
This commit is contained in:
Adrien Maston
2026-02-03 12:12:20 +01:00
parent 45f65bd1c3
commit 43d12b27ed
@@ -181,6 +181,7 @@ export default class extends Controller {
this.#collapseAllExcept(expandedColumn)
} else {
this.#collapseAllExcept(this.maybeColumnTarget)
this.#expand(this.maybeColumnTarget, false)
}
}