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

Fixed bug stopping issue boards cards being dragged

Closes #29576

See merge request !10139
This commit is contained in:
Filipa Lacerda 2017-03-23 11:43:38 +00:00
commit 747bf698e6
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -0,0 +1,4 @@
---
title: Fixed bug in issue boards which stopped cards being able to be dragged
merge_request:
author: