Commit a2c95b9
authored
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)1 parent d932084 commit a2c95b9
1 file changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | | - | |
| 817 | + | |
| 818 | + | |
825 | 819 | | |
826 | 820 | | |
827 | 821 | | |
828 | 822 | | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | 823 | | |
833 | 824 | | |
834 | 825 | | |
| |||
0 commit comments