-
Notifications
You must be signed in to change notification settings - Fork 129
fix(canvas): row item limit #7197
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
Conversation
Repository not enabled for automatic reviewThe Bito agent is set up, but this repository is not enabled for automatic code reviews. To review this pull request, type You can enable automatic reviews in the agent setup here or contact your Bito workspace admin at [email protected].
|
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.
Tested locally
Looks good. Although when I have a row with 4 items, I wasn't able to drag and swap items in the same row. Is that intentional? |
* fix(canvas): pivot cell interactivity * fix: max item count * fix: swapping items within a row * fix: break instead of return
Max 4 items allowed per row.
Checklist: