File tree Expand file tree Collapse file tree
Core/Sources/SuggestionWidget/FeatureReducers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ public struct WidgetFeature: ReducerProtocol {
496496 windows. sharedPanelWindow. alphaValue = noFocus ? 0 : 1
497497 windows. suggestionPanelWindow. alphaValue = noFocus ? 0 : 1
498498 windows. widgetWindow. alphaValue = noFocus ? 0 : 1
499- windows. tabWindow. alphaValue = noFocus ? 0 : 1
499+ windows. tabWindow. alphaValue = 0
500500
501501 if isChatPanelDetached {
502502 windows. chatPanelWindow. alphaValue = hasChat ? 1 : 0
@@ -520,7 +520,7 @@ public struct WidgetFeature: ReducerProtocol {
520520 windows. sharedPanelWindow. alphaValue = noFocus ? 0 : 1
521521 windows. suggestionPanelWindow. alphaValue = noFocus ? 0 : 1
522522 windows. widgetWindow. alphaValue = noFocus ? 0 : 1
523- windows. tabWindow. alphaValue = noFocus ? 0 : 1
523+ windows. tabWindow. alphaValue = 0
524524 if isChatPanelDetached {
525525 windows. chatPanelWindow. alphaValue = hasChat ? 1 : 0
526526 } else {
You can’t perform that action at this time.
0 commit comments