Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the limitation to a single dropped file (#3030)
### What There is a limitation to handling no more than a single dropped file over the viewer dating back from #2 😮, with a bug in error handling to boot (error was shown only for 3+ files). This PR removes that limitation, as it seems to... just work. <img width="1747" alt="image" src="https://github.com/rerun-io/rerun/assets/49431240/ef435608-d505-4dec-b713-8675df8927ce"> ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/3030) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/3030) - [Docs preview](https://rerun.io/preview/pr%3Aantoine%2Fmulti-dropped-files/docs) - [Examples preview](https://rerun.io/preview/pr%3Aantoine%2Fmulti-dropped-files/examples)
- Loading branch information