Skip to content

Fixed bug stopping issue boards cards being dragged

Phil Hughes requested to merge issue-boards-cant-drag-fix into master

What does this MR do?

Fixes a bug that stops issue board cards being dragged. This happens when the browser is zoomed in, the code returns a non-rounded number which makes the if statement not work correctly. The code now rounds the number.

What are the relevant issue numbers?

Closes #29576 (closed)

Merge request reports