Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ai): adjust chat input height dynamically #14432

Merged
merged 2 commits into from
Nov 12, 2024

Commits on Nov 11, 2024

  1. fix(ai): adjust chat input height dynamically

    So far the height of the chat input field only was increased with Ctrl+Enter, but not when the lines broke due to their length, or when the view was resized.
    
    With this change, we adapt the height of the input also during normal typing when the content wraps into a new line. Moreover, we add a short transition when adjusting the height to make it look smoother.
    planger committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ccbfead View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Address review feedback

    planger committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4706dcd View commit details
    Browse the repository at this point in the history