Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to upload reference images #60

Merged
merged 2 commits into from
Sep 14, 2022

Commits on Sep 14, 2022

  1. Allow user to upload reference images

    This commit updates the ReferenceLayer component to store the individual
    reference image layers in a mutable react ref. This cuts down on the
    number of times these layers are re-created; a high number of
    re-creations has caused unpredictable behavior. I first tried using
    L.DistortableImage's distortableCollection, but this would make the
    reference images uneditable.
    Matt Stone committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e44208d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Matt Stone committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    edf9b66 View commit details
    Browse the repository at this point in the history