Skip to content
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 component overlay position #1205

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Fix component overlay position #1205

merged 1 commit into from
Jan 20, 2022

Conversation

cossonleo
Copy link
Contributor

The position change from component position to widget with overlay position.

@cossonleo cossonleo force-pushed the master branch 2 times, most recently from 8fe99ed to c5dbfb2 Compare January 20, 2022 03:30
Comment on lines +274 to +275
has_overlay.map(|pos| {
overlay::Element::new(pos, Box::new(Overlay { instance: self }))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's avoid unnecessary abbreviations!

Suggested change
has_overlay.map(|pos| {
overlay::Element::new(pos, Box::new(Overlay { instance: self }))
has_overlay.map(|position| {
overlay::Element::new(position, Box::new(Overlay { instance: self }))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working layout
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants