Open
Description
I recently switched from v0.7.0
to master
. I recognized that Cmd+Q does not quit the app anymore. This happens not only in my project but also in the example (at least, flex
example). Instead, it emits a warning every time I submit the keystroke, apparently related to OS layer:
cargo run --example flex
2021-04-10 13:37:22.456 flex[74291:7719784] +[NSView doCommandBySelector:]: unrecognized selector sent to class 0x7fff885efa08
This happens only in master
. In v0.7.0
, I can quit the app with Cmd+Q without any warning.
Environment
- druid master (2c5d73c)
- macOS Big Sur 11.2.3 (Intel)
I can provide further environmental information if needed.