Skip to content

Commit

Permalink
Don't update zoom to undefined on setId
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Apr 8, 2024
1 parent 3b7ccfa commit badaf5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/models/panel_model.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
'pixel_size_x_unit': data.pixel_size_x_unit,
'pixel_size_z_unit': data.pixel_size_z_unit,
'deltaT': data.deltaT,
'zoom':data.zoom,
};

// theT and theZ are not changed unless we have to...
Expand Down

0 comments on commit badaf5e

Please sign in to comment.