mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
ci: browser compatibility linting (#19132)
This commit is contained in:
@@ -101,7 +101,9 @@
|
||||
};
|
||||
|
||||
const onShowSettings = async () => {
|
||||
// eslint-disable-next-line tscompat/tscompat
|
||||
if (document.fullscreenElement) {
|
||||
// eslint-disable-next-line tscompat/tscompat
|
||||
await document.exitFullscreen();
|
||||
}
|
||||
await modalManager.show(SlideshowSettingsModal);
|
||||
|
||||
Reference in New Issue
Block a user