Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

experiment: add LitElement based version of vaadin-crud #8346

Merged
merged 8 commits into from
Dec 20, 2024
Prev Previous commit
Next Next commit
remove a no longer needed change
  • Loading branch information
tomivirkki committed Dec 18, 2024
commit d7bd9524c584f2350e642daf2fe2c532432be8f6
4 changes: 0 additions & 4 deletions packages/crud/src/vaadin-crud-mixin.js
Original file line number Diff line number Diff line change
@@ -379,10 +379,6 @@ export const CrudMixin = (superClass) =>
ready() {
super.ready();

if (this.$.dialog.performUpdate) {
this.$.dialog.performUpdate();
}

this.$.dialog.$.overlay.addEventListener('vaadin-overlay-outside-click', this.__cancel);
this.$.dialog.$.overlay.addEventListener('vaadin-overlay-escape-press', this.__cancel);

Loading