From 91b9a3a7bdb8767105b58e5054e68866c3f2f0d3 Mon Sep 17 00:00:00 2001 From: amirch1 Date: Sun, 24 Nov 2024 13:23:16 +0200 Subject: [PATCH] fix: content-lab layout fix --- .../entry/entry-clips/entry-clips.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applications/content-entries-app/entry/entry-clips/entry-clips.component.ts b/src/applications/content-entries-app/entry/entry-clips/entry-clips.component.ts index d467cf62f..56021e2a5 100644 --- a/src/applications/content-entries-app/entry/entry-clips/entry-clips.component.ts +++ b/src/applications/content-entries-app/entry/entry-clips/entry-clips.component.ts @@ -150,8 +150,9 @@ export class EntryClips implements OnInit, OnDestroy { switch (action) { case 'entry': // navigate to entry + this.unisphereModuleContext?.closeWidget(); // close widget document.body.style.overflowY = "auto"; - this._widgetService.navigateToEntry(entry.id) + this._widgetService.navigateToEntry(entry.id); break; case 'download': // download entry