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