We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a875b92 commit 56151dfCopy full SHA for 56151df
1 file changed
Core/Sources/SuggestionWidget/SuggestionWidgetController.swift
@@ -302,6 +302,12 @@ class ChatWindow: NSWindow {
302
alphaValue = isPanelDisplayed && !isWindowHidden ? 1 : 0
303
}
304
305
+
306
+ override var alphaValue: CGFloat {
307
+ didSet {
308
+ ignoresMouseEvents = alphaValue <= 0
309
+ }
310
311
312
override func miniaturize(_: Any?) {
313
minimizeWindow()
0 commit comments