-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat: grid-pro loading editor state (#8156) (CP: 24.4) #8166
Conversation
@tomivirkki Looks like the tests are missing? |
Ah, good catch. Restored the tests. |
|
||
await sendKeys({ press: 'Tab' }); | ||
const secondCellContent = getContainerCellContent(grid.$.items, 0, 1); | ||
console.log(secondCellContent); |
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.
There's a log statement here that can probably be removed.
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.
Done
Quality Gate passedIssues Measures |
This ticket/PR has been released with Vaadin 24.4.18. |
Description
Manually cherry-pick #8156 to
24.4