We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc479e commit 726071aCopy full SHA for 726071a
src/views/chat/components/Message/Reasoning.vue
@@ -48,7 +48,7 @@ const contentWrapperComputedClass = computed(() => {
48
return [
49
'overflow-hidden',
50
'transition-all duration-300 ease-in-out',
51
- (isCollapsed.value || !hasReasoningText.value) ? 'max-h-0 opacity-0' : 'max-h-[500px] opacity-100',
+ (isCollapsed.value || !hasReasoningText.value) ? 'max-h-0 opacity-0' : 'opacity-100',
52
]
53
})
54
0 commit comments