mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00

Fixes #2149 Previously, the way we were getting the updated surface size would use outdated (previous) values because the resize event was not processed by the surface before the SwiftUI view processed the resize overlay. And since the property we used wasn't `@Published`, we didn't get notified when we got that updated value.