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

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

Loading…
Cancel
Save