Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Header Actions double rendering #88433

Closed
wants to merge 1 commit into from

Conversation

sbatten
Copy link
Member

@sbatten sbatten commented Jan 10, 2020

No description provided.

@sbatten sbatten requested a review from sandy081 January 10, 2020 15:57
@sbatten sbatten self-assigned this Jan 10, 2020
@sbatten sbatten added this to the January 2020 milestone Jan 10, 2020

// If we are rendering a single view that matches
// the cached version, this update is not necessary
if (this.panes.length === 1 && singleView && firstPane === this.panes[0].id) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should put 2nd sub-condition at 1st place? if initially we have more than 1 panes, we need to check that first to be able to quit from whole check as fast as possible

@sandy081
Copy link
Member

I double checked again, title area getting updated multiple times is expected and I donot think this needs to be fixed.

@sandy081 sandy081 closed this Feb 20, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants