egui/crates/eframe/src
Ryan Hileman a6da34339a
Fix copy and cut on Safari (#3513)
* Closes <https://github.com/emilk/egui/issues/3480>

I've tested this on Safari and Chrome on macOS Sonoma 14.0.

Could be improved to only call `event.preventDefault()` if
`runner.logic()` actually performed a copy, but I don't see a way to get
that information out with the current API.
2023-11-21 14:54:31 +01:00
..
native Fix closing of viewports (#3591) 2023-11-20 17:43:40 +01:00
web Fix copy and cut on Safari (#3513) 2023-11-21 14:54:31 +01:00
epi.rs Refactor: move code around in `eframe` (#3575) 2023-11-19 12:12:43 +01:00
icon_data.rs Use `egui::ViewportBuilder` in `eframe::NativeOptions` (#3572) 2023-11-19 11:08:47 +01:00
lib.rs Use `egui::ViewportBuilder` in `eframe::NativeOptions` (#3572) 2023-11-19 11:08:47 +01:00