mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed inability to add post notes to GIFs
This commit is contained in:
@ -108,7 +108,7 @@ App.Presenters.PostContentPresenter = function(
|
||||
$target.html(templates.postContent({post: post}));
|
||||
$wrapper = $target.find('.object-wrapper');
|
||||
|
||||
if (post.contentType === 'image') {
|
||||
if (post.contentType === 'image' || post.contentType === 'animation') {
|
||||
loadPostNotes();
|
||||
updatePostNotesSize();
|
||||
}
|
||||
|
Reference in New Issue
Block a user