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