typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Fix text selection causing scrolling #665

Closed jamesreprise closed 1 year ago

jamesreprise commented 1 year ago

What is the goal of this PR?

We have fixed a bug that caused the text editor to scroll whenever text was highlighted at the bottom of the text editor:

What are the changes implemented in this PR?

This bug was caused by two interactions:

We've corrected some faulty 'padding' logic, that sought to add padding to a cursor movement that caused recursive scrolling until the end of the file is reached and brought our behaviour more in line with other IDEs.

typedb-bot commented 1 year ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture