Fix long strip reader not scrolling on consecutive taps (#2650)

This commit is contained in:
AntsyLich
2025-11-04 12:46:48 +06:00
committed by GitHub
parent bdb0ce4779
commit 0acd80dd95
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -13,6 +13,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
## [Unreleased]
### 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))
## [v0.19.2] - 2025-11-02
### Added