From d7d3d33d1a072372a7930290eb060371e0b466e8 Mon Sep 17 00:00:00 2001 From: Jaakko Husso Date: Wed, 14 May 2025 15:18:50 +0300 Subject: [PATCH] fix(editor): Fix resizing NDV output panel when closing assistant (#15313) --- .../src/components/transitions/SlideTransition.vue | 1 + packages/frontend/editor-ui/src/constants.ts | 1 + .../frontend/editor-ui/src/stores/assistant.store.ts | 4 +++- .../frontend/editor-ui/src/stores/builder.store.ts | 10 ++++++++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/frontend/editor-ui/src/components/transitions/SlideTransition.vue b/packages/frontend/editor-ui/src/components/transitions/SlideTransition.vue index e2bb7b4749..8c305fa55b 100644 --- a/packages/frontend/editor-ui/src/components/transitions/SlideTransition.vue +++ b/packages/frontend/editor-ui/src/components/transitions/SlideTransition.vue @@ -7,6 +7,7 @@