mirror of https://github.com/xwiki-labs/cryptpad
fix focus order inside kanban item modal #1205
This commit is contained in:
parent
678aeed395
commit
8bccd57e45
|
@ -330,7 +330,6 @@ define([
|
|||
if (isEdit) { $button.find('span').text(Messages.tag_edit); }
|
||||
else { $button.find('span').text(Messages.add); }
|
||||
$container.append($form);
|
||||
$input.focus();
|
||||
isEdit = false;
|
||||
called = false;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue