fix(editor): Fix resizing NDV output panel when closing assistant (#15313)

This commit is contained in:
Jaakko Husso
2025-05-14 15:18:50 +03:00
committed by GitHub
parent 37b37304d5
commit d7d3d33d1a
4 changed files with 13 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
<style lang="scss" scoped>
.slide-leave-active,
.slide-enter-active {
// Keep this in sync with ASK_AI_SLIDE_OUT_DURATION_MS
transition: 200ms ease;
}
.slide-leave-to,