-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add DockLayout tests #421
Add DockLayout tests #421
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
it("should switch to 'display'", () => { | ||
widgets[0].hiddenMode = Widget.HiddenMode.Scale; | ||
|
||
layout.hiddenMode = Widget.HiddenMode.Scale; |
Check warning
Code scanning / CodeQL
Useless assignment to property
a55ee17
to
320ab34
Compare
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.
Thanks @3coins
I have a minor suggestion but the rest looks good.
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
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.
Thanks for this one @3coins
Fixes #410