We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7485ff2 commit 4818634Copy full SHA for 4818634
1 file changed
Core/Sources/SuggestionWidget/FeatureReducers/WidgetFeature.swift
@@ -539,13 +539,7 @@ public struct WidgetFeature: ReducerProtocol {
539
}
540
541
if isChatPanelDetached {
542
- if windows.chatPanelWindow.alphaValue == 0 {
543
- windows.chatPanelWindow.setFrame(
544
- widgetLocation.defaultPanelLocation.frame,
545
- display: false,
546
- animate: animated
547
- )
548
- }
+ // don't update it!
549
} else {
550
windows.chatPanelWindow.setFrame(
551
widgetLocation.defaultPanelLocation.frame,
0 commit comments