diff --git a/elements/document/nuxeo-document-page.js b/elements/document/nuxeo-document-page.js index 82d881386e..6b34d2e26d 100644 --- a/elements/document/nuxeo-document-page.js +++ b/elements/document/nuxeo-document-page.js @@ -288,7 +288,7 @@ Polymer({ // notify that there was a resize this.dispatchEvent( new CustomEvent('resize', { - bubbles: false, + bubbles: true, composed: true, }), );