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

Fix tabs reselect #2799

Merged
merged 4 commits into from
May 3, 2017
Merged

Conversation

jasonLaster
Copy link
Contributor

Summary of Changes

  • big change for a small fix.
  • added lots of types
  • updated the integration test to check for tabs in the UI

@jasonLaster jasonLaster force-pushed the fix-tabs-reselect branch 2 times, most recently from bd6c105 to 17b9be8 Compare May 3, 2017 21:02
horizontal: boolean,
startPanelCollapsed: boolean,
endPanelCollapsed: boolean
};
Copy link
Contributor Author

Choose a reason for hiding this comment

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

switches from proptypes to props


if (!sourceTab) {
return;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

flow doesn't know that we'll have a source in the tab list...

@jasonLaster jasonLaster force-pushed the fix-tabs-reselect branch from 17b9be8 to 347cba4 Compare May 3, 2017 22:03
@bomsy
Copy link
Contributor

bomsy commented May 3, 2017

Looks Good!

@jasonLaster jasonLaster merged commit a433c17 into firefox-devtools:master May 3, 2017
DanUgelow pushed a commit to DanUgelow/debugger.html that referenced this pull request May 4, 2017
* update tests

* type tabs component

* fixes

* fixes
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.

2 participants