Skip to content

Commit

Permalink
Revert "Saving Marks Should Include User's X, Y, Zoom, etc #844"
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Apr 3, 2024
1 parent 29701c4 commit c997880
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/viewer/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,6 @@ function initCore() {
attributes = data.properties.annotations;
if (area) attributes.area = area;
if (circumference) attributes.circumference = circumference;

const states = StatesHelper.getCurrentStates(isImageCoordinate = true);
if (!states) return;
attributes.X = states.x;
attributes.Y = states.y;
attributes.zoom = states.z;

body = convertHumanAnnotationToPopupBody(attributes);
if (
data.geometries &&
Expand Down

0 comments on commit c997880

Please sign in to comment.