Open dentro-innovation opened 4 months ago
Can I work on this issue
@vijayabhaskar78 just assigned you!
I'm working on issue REF-3343 and am still getting familiar with the codebase. I noticed references to "paste" in files like clipboard.py, dataeditor.py, and paste.js, but I'm unsure how to proceed with handling multiple file pastes. Could you guide me on the best approach or direct me to relevant parts of the code? Any tips would be really helpful as I’m new to contributing.
Describe the bug Not sure if I'm doing something wrong, but it seems to me as if I'm only able to paste in a single file. When I select multiple files on my laptop, copy them and then paste them into the reflex app, only the first file is pasted.
When inspecting my event handler in debug mode, it seems like data is always an array of length 1, even though I pasted e.g. 3 files
Is this something you are aware of?
To Reproduce Try to paste in multiple files
Expected behavior Expected behavior would be that I can paste in as many files as I want.
Specifics (please complete the following information):
Additional context paste event handler of this PR https://github.com/reflex-dev/reflex/pull/3513
REF-3343