diff --git a/src/view/Office.vue b/src/view/Office.vue index 343e50fe5d..d31d4414dd 100644 --- a/src/view/Office.vue +++ b/src/view/Office.vue @@ -407,6 +407,10 @@ export default { insertBefore: 'print', }) } + + if (this.isEmbedded && this.hasWidgetEditingEnabled) { + this.sendPostMessage('Hide_Sidebar') + } } else if (args.Status === 'Failed') { this.loading = LOADING_STATE.FAILED this.$emit('update:loaded', true)