From da3e2f81999449597867f6fac2d4421f7c4d2856 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Fri, 13 Jan 2023 16:49:27 +0100 Subject: [PATCH] fix: removed popup view moveToActiveSpace behavior (#1262) --- Kit/module/popup.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Kit/module/popup.swift b/Kit/module/popup.swift index 18c57e30..cdbc5aa7 100644 --- a/Kit/module/popup.swift +++ b/Kit/module/popup.swift @@ -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)