#535 - fix when no image is selected

This commit is contained in:
Elio Struyf
2023-04-01 15:46:49 +02:00
parent 4b37c4c9a4
commit 7bd77e436d

View File

@@ -51,7 +51,7 @@ export const ViewPanel: React.FunctionComponent<IViewPanelProps> = (
window.scrollTo({
top: scrollY,
})
}, 0);
}, 10);
}
}, [mediaSelecting, prevMediaSelection]);