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
This will cause the hit area to be rendered outside of the container, keeping those 10 pixels safe.
The text was updated successfully, but these errors were encountered:
dutzi
changed the title
When dragging one of the top panels, if drag starts at top 10 pixels it does not register as a drag
When dragging one of the top panels, if dragging starts within the top 10 pixels it does not register as a drag
Feb 26, 2021
Kind of hard to explain, see video:
https://imgur.com/xsfqZIT
The reason is that once the drag starts, the top "hit area" gets
display: block
, causing React DnD to lose its "grip".The workaround (not perfect) is adding this to the .css:
This will cause the hit area to be rendered outside of the container, keeping those 10 pixels safe.
The text was updated successfully, but these errors were encountered: