-
Notifications
You must be signed in to change notification settings - Fork 27
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
docs: be more explicit for errors (widget reduced + widget not ready) #107
Conversation
Can you rebase on master ? This does not need the hips2fits PR |
515e366
to
5cdf8a4
Compare
I think |
I will check how the FoV react with canvas size, but yes I think that will be better for WCS! |
5cdf8a4
to
06ae1c5
Compare
this.updateWCS(); | ||
this.update2AxisFoV(); | ||
this.model.set("_height", height); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We now have a height property, so I don't think that this line is really necessary, it's just here in case the user is allow somehow to resise the widget vertically.
1b41d1a
to
2d3fa29
Compare
TO FIX