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
When the drag preview enters an other element even a little bit I expect the element to fire onDragEnter even with it's data, this is currently not working what am I doing wrong or missing?
The text was updated successfully, but these errors were encountered:
ivanjeremic
changed the title
drag preview not triggering 'onDragEnter'
drag preview entering other element not triggering 'onDragEnter'
Feb 17, 2025
Hey @ivanjeremic in Pragmatic drag and drop we rely on the browser to tell us when you are over an element. The browser only considers you to be 'over' the element if your mouse/pointer is over it, it does not consider the drag preview.
Are you seeing onDragEnter fire if you move your mouse over the element?
When the drag preview enters an other element even a little bit I expect the element to fire
onDragEnter
even with it's data, this is currently not working what am I doing wrong or missing?The text was updated successfully, but these errors were encountered: