Skip to content

Commit

Permalink
Merge pull request #550 from will-moore/fix_zoom_on_setId
Browse files Browse the repository at this point in the history
Don't update zoom to undefined on setId
  • Loading branch information
will-moore authored Apr 14, 2024
2 parents 852b510 + 5c3378f commit 7f8b301
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 7f8b301

Please sign in to comment.