mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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
Block a user