From 0c773463eb2974ec8d4245be797880eec4c9238b Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Wed, 18 Jan 2023 16:55:56 +0100 Subject: [PATCH] fix: fixed problem when opening the popup view with multiply workspaces (#1267) (rollback of #1262) --- Kit/module/popup.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Kit/module/popup.swift b/Kit/module/popup.swift index cdbc5aa7..18c57e30 100644 --- a/Kit/module/popup.swift +++ b/Kit/module/popup.swift @@ -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)