mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-24 15:12:58 +00:00
Showing maintenance popup on hover over media box
This commit is contained in:
@@ -38,6 +38,7 @@ export class MaintenancePopup {
|
||||
init() {
|
||||
MaintenancePopup.#watchActiveProfile(activeProfile => {
|
||||
this.#activeProfile = activeProfile;
|
||||
this.#container.classList.toggle('is-active', activeProfile !== null);
|
||||
this.#refreshTagsList();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user