mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Removed tag input focusing in post upload
This caused multiple problems with too eager scrolling: - adding a new post to upload queue scrolled the site to the tag input - problems on android, where keyboard can change viewport size on focus
This commit is contained in:
@ -341,7 +341,6 @@ App.Presenters.PostUploadPresenter = function(
|
||||
hidePostEditForm();
|
||||
} else {
|
||||
showPostEditForm(selectedPosts);
|
||||
tagInput.focus();
|
||||
}
|
||||
$el.find('.post-table-op').prop('disabled', selectedPosts.length === 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user