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 layouts overwriting the position info of panels, added by extensions. #1172

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

Variable-ind
Copy link
Contributor

The problem was that the layout change was done too early, before the extension adding the panel.
As the panel always initially gets added to the left most side (which is different form it's last closed position, where we moved the panel), it gets counted as a change and the layout overwrote/reset the panel's position

@OverloadedOrama OverloadedOrama changed the title Fix layouts overwriting the position info of pannels, added by extensions. Fix layouts overwriting the position info of panels, added by extensions. Feb 5, 2025
Copy link
Member

@OverloadedOrama OverloadedOrama left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you!

@OverloadedOrama OverloadedOrama merged commit ec7155c into Orama-Interactive:master Feb 5, 2025
3 of 4 checks passed
@Variable-ind Variable-ind deleted the fix-layout branch February 5, 2025 16:11
OverloadedOrama added a commit that referenced this pull request Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants