diff --git a/src/components/EditActionsToolbar.tsx b/src/components/EditActionsToolbar.tsx index 4d50454..6c6f0f4 100644 --- a/src/components/EditActionsToolbar.tsx +++ b/src/components/EditActionsToolbar.tsx @@ -41,9 +41,9 @@ export const EditActionsToolbar = (props: { props.reloadCallback(mdtext); } - // setTimeout(() => { - // window.location.reload(); // needs some help loading cached images - // }, 250); + setTimeout(() => { + window.location.reload(); // needs some help loading cached images + }, 250); // todo: go through images and see what's missing from cache and prompt for files }