From 19d986cd346795b0c9e23580e8be4a636097fe02 Mon Sep 17 00:00:00 2001 From: Nishant0928 Date: Tue, 27 Feb 2024 16:47:02 +0530 Subject: [PATCH] WEBUI-1449: Document View Does Not Center the Content in Web UI Version 3.1.5 --- elements/document/nuxeo-document-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }), );