Skip to content

Commit

Permalink
fix: updating image overlay when loading to set correct names
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Mar 4, 2025
1 parent 2d0f8fd commit 53571fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/js/options/createImageOverlay/loadImageOverlays.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class LoadImageOverlays implements LoadOptionDataInterface {
imageOverlayData.setLayerGroup(savedImageOverlay.layerGroup ?? '');
imageOverlayData.setImageAspectRatio(savedImageOverlay.aspectRatio ?? null);
imageOverlayData.setImage(savedImageOverlay.image ?? '', savedImageOverlay.position ?? null);
imageOverlayData.updateImageOverlay();
}
}
}
Expand Down

0 comments on commit 53571fb

Please sign in to comment.