mirror of
https://github.com/immich-app/immich.git
synced 2025-11-23 16:50:54 +09: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