-
Notifications
You must be signed in to change notification settings - Fork 172
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
Chore/mini grid design fixes #4275
Conversation
…t a navigator item
Job #8336: Bundle Size — 62.78MiB (+0.12%).
Warning Bundle contains 64 duplicate packages - View duplicate packages Bundle metrics (5 changes)
Bundle size by type (1 change)
View job #8336 report View chore/mini-grid-design-fixes branch activity |
working[update.columnIndex].panels, | ||
) | ||
working[update.columnIndex] = { | ||
...working[update.columnIndex], |
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.
Extracting out the existing value into a variable would probably make this a little cleaner.
working[update.columnIndex].panels, | ||
) | ||
working[update.columnIndex] = { | ||
...working[update.columnIndex], |
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.
Extracting out the existing value into a variable would probably make this a little cleaner.
Fixes #4274
Mini design fixes for the Grid Panels system
Commit Details: