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: input scrolls to the bottom when set the caret to the top #4399

Merged
merged 2 commits into from
Jan 3, 2025

Conversation

louis-jan
Copy link
Contributor

Describe Your Changes

This PR fixed the issue where app force-scroll to bottom every time user set the caret to top of the long input.

CleanShot 2025-01-03 at 22 25 28

This PR also added a minor engine version bump to be the same as the engine management extension.

Fixes Issues

Changes made

This pull request includes several changes across multiple files to update the engine version, fix a typo, and enhance the functionality of the RichTextEditor component. The most important changes include updating the engine version, correcting a typo in the ChatInput component, and adding new functionality to the RichTextEditor.

Updates and fixes:

Enhancements to RichTextEditor:

@louis-jan louis-jan requested a review from urmauur January 3, 2025 15:38
@github-actions github-actions bot added the type: bug Something isn't working label Jan 3, 2025
Copy link
Contributor

github-actions bot commented Jan 3, 2025

This is the build for this pull request. You can download it from the Artifacts section here: Build URL.

Copy link
Contributor

github-actions bot commented Jan 3, 2025

Barecheck - Code coverage report

Total: 68.61%

Your code coverage diff: -0.10% ▾

Uncovered files and lines
FileLines
web/screens/Thread/ThreadCenterPanel/ChatInput/RichTextEditor.tsx88-89, 91-93, 96-99, 101, 114-116, 119-122, 124, 137, 184, 187, 189, 200, 225, 230-234, 236, 244-245, 247, 263, 279, 285, 298, 335-336, 338-339, 341, 343, 346-349, 352-353, 357, 366, 392
web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx77, 83, 89, 94, 107-111, 121-123, 128, 131, 157, 166, 172, 174, 237-239, 257-259, 288, 310, 362-364, 366-368, 370-372, 374-376, 389

@louis-jan louis-jan merged commit d17c2ea into dev Jan 3, 2025
9 checks passed
@louis-jan louis-jan deleted the fix/input-force-scrolls-to-bottom branch January 3, 2025 16:47
@github-actions github-actions bot added this to the v0.5.13 milestone Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: [0.5.12] Input force-scrolls to bottom when a backtick/grave is entered
2 participants