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

#662 resolved - When a new element is drawn in a stack or grid, insert it to the closest reasonable index. #697

Conversation

sambhavnrana
Copy link
Contributor

Description

Solves #662

Modifies the element insertion behaviour for stack and grid containers to provide a more intuitive user experience.
Elements are now inserted at the closest logical position based on where they are drawn.

What is the purpose of this pull request?

  • New feature
  • Documentation update
  • Bug fix
  • Refactor
  • Release
  • Other

Copy link
Contributor

@Kitenite Kitenite left a comment

Choose a reason for hiding this comment

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

Wow nicely done! Works great I got no notes :D

@sambhavnrana
Copy link
Contributor Author

Wow nicely done! Works great I got no notes :D

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] When a new element is drawn in a stack or grid, insert it to the closest reasonable index
2 participants