edit tag focus input

when you edit a tag in the tag manager page, the input for the name is focused
This commit is contained in:
Louis
2020-11-05 17:30:19 +01:00
parent 601d2dbf18
commit 5ee215ff8d

View File

@@ -212,6 +212,7 @@ function setupTagbox(tagBox) {
//Edit Name
tagBox.find('.dropdown-option.edit').on('click', function() {
tagBox.addClass('edit-name');
tagBox.find(".tag-name-editable").focus();
})
tagBox.find('.tag-rename .icon-cancel').on('click', function() {