You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: RESOLVE_FOLDER_ITEMS appends new items for DropzoneDnD folder drops
When dropping a folder via DropzoneDnD, directory entries have file=null
so buildPreliminaryItems filters them out. flattenEntries then discovers
the actual files inside. The RESOLVE_FOLDER_ITEMS reducer now appends
items whose fileId doesn't exist in the queue yet, instead of only
updating existing ones.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments