Skip to content

Commit

Permalink
Merge pull request #24 from usds/tomn-usds/refresh-on-loading-content
Browse files Browse the repository at this point in the history
Update EditActionsToolbar.tsx
  • Loading branch information
TomNUSDS authored Mar 27, 2024
2 parents e893cc5 + 5386262 commit 0a08e57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/EditActionsToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0a08e57

Please sign in to comment.