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

eframe web: ctrl-P and cmd-P will not open the print dialog (#2598)

This commit is contained in:
Emil Ernerfeldt
2023-01-16 14:40:19 +01:00
committed by GitHub
parent 60b4f5e3fe
commit cd0f66b9ae
2 changed files with 22 additions and 5 deletions

View File

@@ -9,6 +9,9 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
#### Desktop/Native:
* `eframe::run_native` now returns a `Result` ([#2433](https://github.com/emilk/egui/pull/2433)).
#### Web:
* Prevent ctrl-P/cmd-P from opening the print dialog ([#2598](https://github.com/emilk/egui/pull/2598)).
## 0.20.1 - 2022-12-11
* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)).