Commit 747bf698 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'issue-boards-cant-drag-fix' into 'master'

Fixed bug stopping issue boards cards being dragged

Closes #29576

See merge request !10139
parents dc058e15 8df5b369
......@@ -48,7 +48,7 @@ import boardCard from './board_card';
this.list.getIssues(false);
}
if (this.scrollHeight() > this.listHeight()) {
if (this.scrollHeight() > Math.ceil(this.listHeight())) {
this.showCount = true;
} else {
this.showCount = false;
......
---
title: Fixed bug in issue boards which stopped cards being able to be dragged
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment