Skip to content

Commit

Permalink
Try a timeout for the list view drop zone updates of 50ms instead of …
Browse files Browse the repository at this point in the history
…200ms
  • Loading branch information
andrewserong committed Jan 22, 2024
1 parent a931c1b commit c397ce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ export default function useListViewDropZone( {
rtl,
]
),
200
50
);

const ref = useDropZone( {
Expand Down

0 comments on commit c397ce1

Please sign in to comment.