We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0369af1 commit 6f56c70Copy full SHA for 6f56c70
1 file changed
src/view/Office.vue
@@ -419,8 +419,8 @@ export default {
419
})
420
}
421
422
- if (this.isEmbedded && this.hasWidgetEditingEnabled) {
423
- this.sendPostMessage('Hide_Sidebar')
+ if (this.isEmbedded && this.hasWidgetEditingEnabled) {
+ this.sendPostMessage('Hide_Sidebar')
424
425
} else if (args.Status === 'Failed') {
426
this.loading = LOADING_STATE.FAILED
0 commit comments