Skip to content

Commit

Permalink
fix: Update subview switch condition (no-changelog) (#4688)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav authored Nov 22, 2022
1 parent 60d6642 commit 91408dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export default mixins(
this.sendSortingTelemetry();
},
loading(value) {
if (!value && this.shouldSwitchToAllSubview) {
if (!value && this.subviewResources.length === 0 && this.shouldSwitchToAllSubview) {
this.isOwnerSubview = false;
}
},
Expand Down

0 comments on commit 91408dc

Please sign in to comment.