Fix extra padding appearing in reader after user interactions (#2669)

This commit is contained in:
AntsyLich
2025-11-07 16:00:59 +06:00
committed by GitHub
parent 855eea2ada
commit aa300cb53e
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
### Fixed
- Fix WebView crash introduced in 0.19.2 ([@bapeey](https://github.com/bapeey)) ([#2649](https://github.com/mihonapp/mihon/pull/2649))
- Fix long strip reader not scrolling on consecutive taps ([@AntsyLich](https://github.com/AntsyLich)) ([#2650](https://github.com/mihonapp/mihon/pull/2650))
- Fix extra padding appearing in reader after user interactions ([@AntsyLich](https://github.com/AntsyLich)) ([#2669](https://github.com/mihonapp/mihon/pull/2669))
## [v0.19.2] - 2025-11-02
### Added