Improve column hide/show with swimlanes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -225,7 +225,7 @@ Board.prototype.hideColumn = function(columnId) {
|
||||
|
||||
$(".board-column-" + columnId + " .board-rotation").each(function() {
|
||||
var position = $(".board-swimlane").position();
|
||||
$(".board-column-task-collapsed").height($(window).height() - position.top);
|
||||
// $(".board-column-task-collapsed").height($(window).height() - position.top);
|
||||
$(this).css("width", $(".board-column-" + columnId + "").height());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user