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

Making container getter public

This commit is contained in:
2025-02-06 15:04:32 +04:00
parent c7919e0127
commit 2561cd19c9

View File

@@ -45,7 +45,6 @@ export class BaseComponent {
/**
* @return {HTMLElement}
* @protected
*/
get container() {
return this.#container;