mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed post upload keeping tag suggestions
This commit is contained in:
@ -346,6 +346,7 @@ App.Presenters.PostUploadPresenter = function(
|
||||
if (selectedPosts.length === 0) {
|
||||
hidePostEditForm();
|
||||
} else {
|
||||
tagInput.hideSuggestions();
|
||||
showPostEditForm(selectedPosts);
|
||||
}
|
||||
$el.find('.post-table-op').prop('disabled', selectedPosts.length === 0);
|
||||
|
Reference in New Issue
Block a user