Merge branch 'staging' into reasoning-parsing-streaming

This commit is contained in:
Cohee
2025-02-17 00:13:27 +02:00

View File

@@ -438,7 +438,7 @@ input[type='checkbox']:focus-visible {
}
/** If hidden reasoning should not be shown, we hide all blocks that don't have content */
#chat:not([data-show-hidden-reasoning="true"]) .mes:has(.mes_reasoning:empty) .mes_reasoning_details {
#chat:not([data-show-hidden-reasoning="true"]):not(:has(.reasoning_edit_textarea)) .mes:has(.mes_reasoning:empty) .mes_reasoning_details {
display: none;
}