Skip to content

Commit

Permalink
WEBUI-1449: Document View Does Not Center the Content in Web UI Versi…
Browse files Browse the repository at this point in the history
…on 3.1.5
  • Loading branch information
Nishant0928 committed Mar 7, 2024
1 parent a9efce1 commit 19d986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/document/nuxeo-document-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Polymer({
// notify that there was a resize
this.dispatchEvent(
new CustomEvent('resize', {
bubbles: false,
bubbles: true,
composed: true,
}),
);
Expand Down

0 comments on commit 19d986c

Please sign in to comment.