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 item selection when clicking on chips #630

Merged
merged 8 commits into from
Nov 7, 2024
Merged

Conversation

YenguiSeddik
Copy link
Contributor

No description provided.

Signed-off-by: Seddik Yengui <seddik.yengui@rte-france.com>
@@ -273,19 +273,26 @@ export function DirectoryItemSelector({
);

useEffect(() => {
if (open) {
updateRootDirectories();
if (open && expanded) {
if (expanded) {
Copy link
Contributor

@souissimai souissimai Nov 5, 2024

Choose a reason for hiding this comment

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

this should be always true, no need et recheck if expanded , if to delete

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

souissimai and others added 4 commits November 5, 2024 14:31
fix
Signed-off-by: Seddik Yengui <seddik.yengui@rte-france.com>
fix
Signed-off-by: Seddik Yengui <seddik.yengui@rte-france.com>
Seddik Yengui and others added 2 commits November 7, 2024 11:37
Signed-off-by: Seddik Yengui <seddik.yengui@rte-france.com>
fix
Signed-off-by: Seddik Yengui <seddik.yengui_externe@rte-france.com>
@jamal-khey jamal-khey self-requested a review November 7, 2024 10:59
Copy link
Contributor

@jamal-khey jamal-khey left a comment

Choose a reason for hiding this comment

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

looks good to me

Copy link

sonarcloud bot commented Nov 7, 2024

@YenguiSeddik YenguiSeddik merged commit 090dc91 into main Nov 7, 2024
4 checks passed
@YenguiSeddik YenguiSeddik deleted the fix_item_selector branch November 7, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants