Fix minimum size of a column

This commit is contained in:
yflory
2020-03-10 17:05:17 +01:00
parent 84e3ed84a6
commit e9e65ae23b
2 changed files with 2 additions and 2 deletions

View File

@@ -600,7 +600,7 @@ define([
save();
if (!$input.val()) { return; }
if (!$(el).closest('.kanban-item').is(':last-child')) { return; }
$(el).closest('.kanban-board').find('.kanban-title-button.fa-plus').click();
$(el).closest('.kanban-board').find('.kanban-title-button').click();
return;
}
if (e.which === 27) {