cybersemics / em

A beautiful, minimalistic note-taking app for personal sensemaking.
Other
282 stars 107 forks source link

Fixed drag and drop drop dead zone issue #2106

Closed Zubair286 closed 2 months ago

Zubair286 commented 3 months ago

1681

This issue was occuring because a margin top was assigned to the drag source/target div, which made the drop hover disappear because margin area is not part of the drop target. The margin top is removed, with no visible affect.