1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 15:12:58 +00:00

Not all image containers are of thumb size

This commit is contained in:
2024-04-04 03:10:53 +04:00
parent 5ea02e39f1
commit 0d2d175cf9

View File

@@ -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');
}