Do not block on app mailbox

This commit is contained in:
Mitchell Hashimoto
2022-11-06 10:41:57 -08:00
parent ecbd119654
commit 410b2b4486

View File

@ -761,7 +761,7 @@ fn keyCallback(
.new_window => {
_ = win.app.mailbox.push(.{
.new_window = {},
}, .{ .forever = {} });
}, .{ .instant = {} });
win.app.wakeup();
},
}