1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Revert change of scrollspeed in egui_web

https://github.com/emilk/egui/pull/702
This commit is contained in:
Emil Ernerfeldt
2021-09-07 20:47:53 +02:00
parent acb5501fe4
commit 6331bfed90
3 changed files with 2 additions and 5 deletions

View File

@@ -9,9 +9,6 @@ All notable changes to the `egui_web` integration will be noted in this file.
* `epi::NativeTexture` trait for webgl1 webgl2 painter
* Deprecate `Painter::register_webgl_texture`
### Changed 🔧
* Increase scroll speed.
## 0.14.1 - 2021-08-28
### Fixed 🐛