Fix blur
This commit is contained in:
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…
x
Reference in New Issue
Block a user