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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user