mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
#535 - fix when no image is selected
This commit is contained in:
@@ -51,7 +51,7 @@ export const ViewPanel: React.FunctionComponent<IViewPanelProps> = (
|
||||
window.scrollTo({
|
||||
top: scrollY,
|
||||
})
|
||||
}, 0);
|
||||
}, 10);
|
||||
}
|
||||
}, [mediaSelecting, prevMediaSelection]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user