1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

egui_web: Scroll faster when scrolling with mouse wheel

Closes https://github.com/emilk/egui/issues/159
This commit is contained in:
Emil Ernerfeldt
2021-04-24 11:01:44 +02:00
parent 0f112db550
commit b69bc2c06a
2 changed files with 16 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ All notable changes to the `egui_web` integration will be noted in this file.
## Unreleased
### Fixed ⭐
* Scroll faster when scrolling with mouse wheel.
## 0.11.0 - 2021-04-05