diff --git a/frontend/src/components/canvas/components/Editor/PreviewEject.vue b/frontend/src/components/canvas/components/Editor/PreviewEject.vue index 6a3b28434b..2783113a36 100644 --- a/frontend/src/components/canvas/components/Editor/PreviewEject.vue +++ b/frontend/src/components/canvas/components/Editor/PreviewEject.vue @@ -18,6 +18,11 @@ export default { mainHeight: '100vh!important' } }, + watch: { + '$route.params.reportId': function() { + this.restore() + } + }, computed: { bgStyle() { if (this.backScreenShot) {