Drop indicator difficult to trigger on first and last item in horizontal gridlist #7928
Replies: 1 comment 1 reply
-
Thanks for the discussion, would you mind creating a codesandbox or stackblitz showing the setup and issue? It'll make it a lot easier for us to debug and talk about. Hopefully we won't need to change the orientation to get this working well :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all! I have a horizontal gridlist that is possible to reorder. Although when using a dropIndicator (with renderDropIndicator), it is incredibly difficult to trigger the drop indicator before the first or after the last item in the list - it needs to be placed exactly right.
If I instead change my gridlist to a vertical orientation, there is no problem to show the drop indicator anywhere.
Is there something I can do to make this work better, apart from changing orientation?
Beta Was this translation helpful? Give feedback.
All reactions