mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 16:54:09 +00:00
f7ec8f210d
How text editing behaves depends on what OS we are running on. `target_os` is a compile-time check, but `ctx.os()` is a runtime check, that works also on web.