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(content-uploader): fix multiple items droppable issue #3565

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

tjiang-box
Copy link
Contributor

No description provided.

@tjiang-box tjiang-box requested a review from a team as a code owner June 7, 2024 16:49
@mergify mergify bot merged commit 87815de into box:master Jun 17, 2024
6 checks passed
mhagmajer pushed a commit to mhagmajer/box-ui-elements that referenced this pull request Jul 4, 2024
* fix(content-uploader): fix multiple items droppable issue

* fix(content-uploader): add tests

* fix(content-uploader): fix flow issue
@@ -426,20 +424,20 @@ class ContentUploader extends Component<Props, State> {
* @private
* @param {Array<DataTransferItem | UploadDataTransferItemWithAPIOptions>} dataTransferItems
* @param {Function} itemUpdateCallback
* @returns {void}
* @returns {Promise<any>}
Copy link
Contributor

@tjuanitas tjuanitas Jul 10, 2024

Choose a reason for hiding this comment

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

this should stay void? since there's no return statement happening nvm async functions returns a promise
https://stackoverflow.com/questions/43422932/async-await-always-returns-promise

mergify bot added a commit that referenced this pull request Jul 18, 2024
* fix(content-uploader): fix multiple items droppable issue (#3565)

* fix(content-uploader): fix multiple items droppable issue

* fix(content-uploader): add tests

* fix(content-uploader): fix flow issue

* feat: support metadata suggestions API

* feat: check generated files

* fix: remove only

* fix: tests

* fix: req comments

---------

Co-authored-by: Jerry Jiang <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
kajarosz pushed a commit to kajarosz/box-ui-elements that referenced this pull request Aug 21, 2024
* fix(content-uploader): fix multiple items droppable issue

* fix(content-uploader): add tests

* fix(content-uploader): fix flow issue
kajarosz pushed a commit to kajarosz/box-ui-elements that referenced this pull request Aug 21, 2024
* fix(content-uploader): fix multiple items droppable issue (box#3565)

* fix(content-uploader): fix multiple items droppable issue

* fix(content-uploader): add tests

* fix(content-uploader): fix flow issue

* feat: support metadata suggestions API

* feat: check generated files

* fix: remove only

* fix: tests

* fix: req comments

---------

Co-authored-by: Jerry Jiang <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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.

4 participants