mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
Not all image containers are of thumb size
This commit is contained in:
@@ -9,7 +9,7 @@ export class MediaBoxWrapper extends BaseComponent {
|
||||
#tagsAndAliases = null;
|
||||
|
||||
init() {
|
||||
this.#thumbnailContainer = this.container.querySelector('.image-container.thumb');
|
||||
this.#thumbnailContainer = this.container.querySelector('.image-container');
|
||||
this.#imageLinkElement = this.#thumbnailContainer.querySelector('a');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user