Fix vscroll-indicator size and offset. (#334)

This commit is contained in:
Arthur Sonzogni
2022-02-14 02:44:57 +01:00
committed by GitHub
parent 5da7b8a59a
commit 9b83205b3e
2 changed files with 10 additions and 9 deletions

View File

@@ -4,8 +4,6 @@ Changelog
current (development)
---------------------
### Features:
#### DOM:
- The `inverted` decorator now toggle in the inverted attribute.
- Add `gauge` for the 4 directions. Expose the following API:
@@ -20,6 +18,7 @@ Element gaugeDirection(float ratio, GaugeDirection);
- Add the `automerge` decorator. This makes separator characters to be merged
with others nearby.
- Fix the `Table` rendering function, to allow automerging characters.
- Bugfix: The `vscroll_indicator` now computes its offset and size correctly.
#### Component
- Support SIGTSTP. (ctrl+z).