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

Fix multiline pasting in egui_web

Closes https://github.com/emilk/egui/issues/738
This commit is contained in:
Emil Ernerfeldt
2021-09-28 20:47:02 +02:00
parent e2fa13ed2a
commit c8bb4cf6e5
2 changed files with 8 additions and 4 deletions

View File

@@ -6,8 +6,11 @@ All notable changes to the `egui_web` integration will be noted in this file.
## Unreleased
### Added
* Remove "http" feature (use https://github.com/emilk/ehttp instead!).
* `epi::NativeTexture` trait for webgl1 webgl2 painter
* Deprecate `Painter::register_webgl_texture`
* `epi::NativeTexture` trait for webgl1 webgl2 painter.
* Deprecate `Painter::register_webgl_texture.
### Fixed 🐛
* Fix multiline paste.
## 0.14.1 - 2021-08-28