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 / Paste subfolders #1692

Merged
merged 2 commits into from
May 20, 2024

Conversation

RodriSanchez1
Copy link
Collaborator

@RodriSanchez1 RodriSanchez1 commented May 17, 2024

This PR replaces the forEach loop with a for-await-of loop in the BoardContainer component. The pasteBoardsRecursively function is now awaited for each iteration, ensuring that each call completes before moving on to the next one.

close #1053

@RodriSanchez1 RodriSanchez1 self-assigned this May 17, 2024
@RodriSanchez1 RodriSanchez1 added this to the 1.34.0 milestone May 17, 2024
Copy link
Collaborator

@tomivm tomivm left a comment

Choose a reason for hiding this comment

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

Very good!

@tomivm tomivm removed this from the 1.34.0 milestone May 19, 2024
@RodriSanchez1 RodriSanchez1 merged commit ea75804 into cboard-org:master May 20, 2024
5 checks passed
@RodriSanchez1 RodriSanchez1 deleted the fix/pasteSubfolders branch May 20, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copy-paste folder with subfolders doesnt work properly
2 participants