Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Removes state from Window component #9658

Merged
merged 1 commit into from
Jul 13, 2017
Merged

Conversation

NejcZdovc
Copy link
Contributor

@NejcZdovc NejcZdovc commented Jun 22, 2017

Submitter Checklist:

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).
  • Tagged reviewers and labelled the pull request as needed.

Resovles #9453

Auditors: @bsclifton @bbondy @bridiver

Test Plan:

Reviewer Checklist:

Tests

  • Adequate test coverage exists to prevent regressions
  • Tests should be independent and work correctly when run individually or as a suite ref
  • New files have MPL2 license header

}
})
componentDidMount () {
appActions.windowReady(getCurrentWindowId())
Copy link
Collaborator

Choose a reason for hiding this comment

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

this can happen anytime after windowStore.state = newState and should probably go after generateTabs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@NejcZdovc NejcZdovc requested a review from bridiver July 11, 2017 06:55
@NejcZdovc NejcZdovc merged commit 692b2b5 into brave:master Jul 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants