mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-24 07:12:57 +00:00
Closing full screen viewer on click
This commit is contained in:
@@ -61,6 +61,10 @@ export class ImageShowFullscreenButton extends BaseComponent {
|
||||
}
|
||||
});
|
||||
|
||||
element.addEventListener('click', () => {
|
||||
element.classList.remove('shown');
|
||||
});
|
||||
|
||||
return element;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user