We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c96ff commit 72eeb8fCopy full SHA for 72eeb8f
desktop/src/app.rs
@@ -211,7 +211,7 @@ impl ApplicationHandler<CustomEvent> for WinitApp {
211
CustomEvent::EditorMessage(message) => {
212
let responses = self.editor_wrapper.dispatch(message);
213
for response in responses {
214
- let _ = self.event_loop_proxy.send_event(CustomEvent::NativeMessage(response));
+ self.handle_native_message(response);
215
}
216
217
CustomEvent::UiUpdate(texture) => {
0 commit comments