realmayus / engine-wgpu

WIP wgpu game engine written in Rust
3 stars 0 forks source link

Rename menu closes after typing a character #9

Open realmayus opened 6 months ago

realmayus commented 6 months ago

It seems like the issue here is that egui only supports one focused element at a time. As the text edit is within a menu, the menu loses focus once we edit the text, so it closes