Whatever resize dimensions are at the front of the workspace get thrown away and overwritten with None. The correct behaviour should be to preserve any resize dimensions that already exist at index 0.
Originally created by @LGUG2Z on GitHub (Sep 21, 2021).
Originally assigned to: @LGUG2Z on GitHub.
https://github.com/LGUG2Z/komorebi/blob/63cf48daa581ce71de00d3878e2941bca1e22fbf/komorebi/src/workspace.rs#L331
Whatever resize dimensions are at the front of the workspace get thrown away and overwritten with `None`. The correct behaviour should be to preserve any resize dimensions that already exist at index `0`.
adam
added the bug label 2026-01-05 14:47:50 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @LGUG2Z on GitHub (Sep 21, 2021).
Originally assigned to: @LGUG2Z on GitHub.
https://github.com/LGUG2Z/komorebi/blob/63cf48daa581ce71de00d3878e2941bca1e22fbf/komorebi/src/workspace.rs#L331
Whatever resize dimensions are at the front of the workspace get thrown away and overwritten with
None. The correct behaviour should be to preserve any resize dimensions that already exist at index0.