mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-18 19:11:20 +00: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