pull/1/head
yflory 5 years ago
parent e93339769f
commit 31c994ae2f

@ -592,7 +592,7 @@ define([
kanban.inEditMode = false;
onCursorUpdate.fire({});
};
//$input.blur(save);
$input.blur(save);
$input.keydown(function (e) {
if (e.which === 13) {
e.preventDefault();

Loading…
Cancel
Save