Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Conversation

@yyassi-heartex
Copy link
Contributor

No description provided.

…should be ordered as they are ordered in labeling schema
@swarmia
Copy link

swarmia bot commented Sep 12, 2022

@github-actions github-actions bot added the fix label Sep 12, 2022
Comment on lines 70 to 71
defaultExpandAll={true}
defaultExpandParent={false}
Copy link
Contributor

@bmartel bmartel Sep 12, 2022

Choose a reason for hiding this comment

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

This should be behind FF_DEV_2755

Comment on lines 80 to 86
expandedKeys={expandedKeys}
onExpand={( internalExpandedKeys, { node } ) => {
const region = regionsTree.find((region: any) => region.key === node.key);
const pos = region.pos;

collapsedPos.includes(pos) ? expand(pos) : collapse(pos);
}}
Copy link
Contributor

Choose a reason for hiding this comment

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

as well as this

@yyassi-heartex yyassi-heartex merged commit 7857459 into master Sep 13, 2022
@yyassi-heartex yyassi-heartex deleted the fb-dev-3055 branch September 13, 2022 11:09
yyassi-heartex added a commit that referenced this pull request Sep 13, 2022
…should be ordered as they are ordered in labeling schema (#842)
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.

4 participants