fix: removed popup view moveToActiveSpace behavior (#1262)

This commit is contained in:
Serhiy Mytrovtsiy
2023-01-13 16:49:27 +01:00
parent 1faf261cfd
commit da3e2f8199

View File

@@ -44,7 +44,6 @@ 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)