You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently call setCameraProperties to pass through the initial values of those when mounting the Scene component, but it would be simpler to just pass them through the constructor to avoid the extra call.
The text was updated successfully, but these errors were encountered:
* Update names
* Icon changes, add DataControls for info, copy URL, and set data URL
* Add Zebrahub logo
* Remove commented code. Tweak appearance.
* Match toolbar sizes
* Fix SDS deprecation warning
* Partially functioning popover for Zarr URL input
* Add snackbar when copying URL
* Minor padding tweaks
* Use frames instead of percent for track highlight length
* Remove arbitrary camera position and target in PointCanvas constructor (see #62)
* Update data URL input to use cancel/apply buttons instead of loading immediately
We currently call
setCameraProperties
to pass through the initial values of those when mounting the Scene component, but it would be simpler to just pass them through the constructor to avoid the extra call.The text was updated successfully, but these errors were encountered: