fix: fixed problem when opening the popup view with multiply workspaces (#1267) (rollback of #1262)

This commit is contained in:
Serhiy Mytrovtsiy
2023-01-18 16:55:56 +01:00
parent 6c4d3a913e
commit 0c773463eb

View File

@@ -44,6 +44,7 @@ internal class PopupWindow: NSWindow, NSWindowDelegate {
self.contentViewController = self.viewController
self.titlebarAppearsTransparent = true
self.animationBehavior = .default
self.collectionBehavior = .moveToActiveSpace
self.backgroundColor = .clear
self.hasShadow = true
self.setIsVisible(false)