Open
Description
I am developing my app with druid and find the KeyEvent will crush my app. I thought I missed something so I run example/event_viewer with cargo run --example=event_viewer
. It still crashes, but only happened when I don't select the interactive_area
.
So, the behaviors are:
- run
cargo run --example=event_viewer
in my shell event_viewer
window shows
a. I click any keys now and app crashed
b. I clickinteractive_area
and press the keys. app runs normally.
My env:
- macos 11.2.3
- Intel CPU
- rustc 1.53.0-nightly (07e0e2ec2 2021-03-24)