![]() * Adds `min_lines` to `EditorMode::AutoHeight` and use `min_lines: 4` in agent message editor. This makes it so that clicks in the blank space below the first line of the editor also focus it, instead of needing to click the very first line. * Removes the div wrapping the editor, as it was only there to set `min_h_16()`. This also tightens up the min space given to the editor - before it was not evenly dividing the number of lines. * Further tightens up vertical spacing by using `gap_1` instead of `gap_4` between editor and controls below At 4 line min height (after on the left, before on the right):  At 5 lines, one more than min height (after on the left, before on the right):  Release Notes: - Agent: Fixed clicking to focus the message editor to also work for clicks below the last line. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |