mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-03-06 22:19:31 +00:00
Fix web lint issues
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
onDestroy(() => {
|
||||
if (browser) {
|
||||
window.onscroll = function () {};
|
||||
window.onscroll = null;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user