Show reasoning editor when hidden and empty

This commit is contained in:
Cohee
2025-02-16 23:21:08 +02:00
parent ebe877e6b6
commit a771dd5478

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 */ /** 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; display: none;
} }