Fix kanban UI issues

This commit is contained in:
yflory
2019-12-12 16:09:07 +01:00
parent e169e02d94
commit 5f0244beb3
4 changed files with 7 additions and 3 deletions

View File

@@ -184,6 +184,9 @@ define([
var save = function () {
// Store the value
var name = $input.val();
if (!name || !name.trim()) {
return kanban.onChange();
}
// Remove the input
$(el).text(name);
// Save the value for the correct board