mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-03 21:00:27 +00:00
Fixes #/13074 Overlapping clipboard confirmations now defer denial until the next main queue turn rather than completing inside the confirmation callback. This prevents the native request state from being invalidated while its callback is still active, avoiding the OSC 52 crash reported in #13074. The deferred closure retains the originating surface view and completes the ignored request with empty data, preserving the existing deny behavior.