mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
Do not block on app mailbox
This commit is contained in:
@ -761,7 +761,7 @@ fn keyCallback(
|
|||||||
.new_window => {
|
.new_window => {
|
||||||
_ = win.app.mailbox.push(.{
|
_ = win.app.mailbox.push(.{
|
||||||
.new_window = {},
|
.new_window = {},
|
||||||
}, .{ .forever = {} });
|
}, .{ .instant = {} });
|
||||||
win.app.wakeup();
|
win.app.wakeup();
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user