Fix layout follow-up spin loop (#1633)
This commit is contained in:
parent
4162eccf66
commit
a42e6663c4
2 changed files with 138 additions and 45 deletions
|
|
@ -7278,6 +7278,10 @@ final class GhosttySurfaceScrollView: NSView {
|
|||
surfaceView.isVisibleInUI
|
||||
}
|
||||
|
||||
var debugPortalActive: Bool {
|
||||
isActive
|
||||
}
|
||||
|
||||
var debugPortalFrameInWindow: CGRect {
|
||||
guard window != nil else { return .zero }
|
||||
return convert(bounds, to: nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue