-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix(Knob): rename _updateCircleLayout to _updateLayout #539
Conversation
b'## WARNING: A Blackduck scan failure has been waived A prior failure has been upvoted
|
Tested it, working for me! Thanks |
Can we just update the title to "fix(Knob): rename _updateCircleLayout to _updateLayout"? We can include the ScrollWrapper and FocusRing info in the description, but since this PR will get squashed and merged, it'd be nice to have the changelog show that this is a Knob, which is something that then propagates to the ScrollWrapper. |
1d9c07e
to
e94faac
Compare
# [@lightningjs/ui-components-v2.23.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.23.0...@lightningjs/ui-components-v2.23.1) (2024-09-27) ### Bug Fixes * **Knob:** rename _updateCircleLayout to _updateLayout ([#539](#539)) ([638aabd](638aabd)) * make sure subThemes are taken into account when generating style cache ([#534](#534)) ([fbcad55](fbcad55)) * **withThemeStylesDocs:** doc missing Source section ([#540](#540)) ([59873c1](59873c1))
Description
Updates Knob's
_updateCircleLayout
to_updateLayout
to line up with check used in internal FocusRing extension.References
LUI-1573
Testing
Checklist