Skip to content

Commit

Permalink
DBC22-1520: fixed the strobing issue when replay the day
Browse files Browse the repository at this point in the history
DBC22-1520: fixed the strobing issue when replay the day
  • Loading branch information
bcgov-brwang authored and fatbird committed Feb 21, 2024
1 parent 8e6ef50 commit 474ca70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/pages/CameraDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export default function CameraDetailsPage() {
replayImages.forEach((img) => {
const cachedImage = new Image();
cachedImage.src = img.original;
cachedImage.decode();
});

if(hasImageEnded){
Expand Down

0 comments on commit 474ca70

Please sign in to comment.