Skip to content

Commit

Permalink
Update packages/form-layout/src/vaadin-form-layout.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Ißbrücker <[email protected]>
  • Loading branch information
web-padawan and sissbruecker authored Sep 11, 2024
1 parent d09576a commit 5749831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-layout/src/vaadin-form-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ class FormLayout extends ResizeMixin(ElementMixin(ThemableMixin(PolymerElement))
_updateLayout() {
// Do not update layout when invisible
if (isElementHidden(this)) {
return false;
return;
}

/*
Expand Down

0 comments on commit 5749831

Please sign in to comment.