Stop tap zones from triggering when scrolling is stopped by tapping (#2680)

This commit is contained in:
NGB-Was-Taken
2025-11-14 12:55:19 +05:45
committed by GitHub
parent c2bc95191b
commit 2ec67ac0c1
3 changed files with 23 additions and 1 deletions

View File

@@ -10,6 +10,10 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
- `Fixed` - for any bug fixes.
- `Other` - for technical stuff.
## [Unreleased]
### Fixed
- Fix reader tap zones triggering after scrolling is stopped by tapping ([@NGB-Was-Taken](https://github.com/NGB-Was-Taken)) ([#2680](https://github.com/mihonapp/mihon/pull/2680))
## [v0.19.3] - 2025-11-07
### Improved
- Improved various aspects of the WebView multi window support ([@TheUnlocked](https://github.com/TheUnlocked)) ([#2662](https://github.com/mihonapp/mihon/pull/2662))