mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed post notes drag boundaries
This commit is contained in:
@ -31,6 +31,8 @@ App.Presenters.PostContentPresenter = function(
|
||||
|
||||
if (post.contentType === 'image') {
|
||||
loadPostNotes();
|
||||
$target.find('.post-notes-target').width($target.find('.image-wrapper').outerWidth());
|
||||
$target.find('.post-notes-target').height($target.find('.image-wrapper').outerHeight());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user