We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
滑动水平方向滚动条会导致光标显示到行号区域
复现方法:首先将编辑器页面放大至出现水平滚动条,然后将光标放在编辑器的最左边,此时向右滑动水平滚动条会导致光标错位到行号区域。在此状态下,输入一个任意字符,页面自动跳转时跳转到的位置不能看到输入的具体字符
(上图中,光标被错位到第 5 行的行号处)
下面是对应的测试代码:
滑动水平方向滚动条会导致光标显示到行号区域.zip
The text was updated successfully, but these errors were encountered:
- fix: issue #215 (Caret may be drawn in the gutter.)
6d137b8
已修正
Sorry, something went wrong.
No branches or pull requests
滑动水平方向滚动条会导致光标显示到行号区域
复现方法:首先将编辑器页面放大至出现水平滚动条,然后将光标放在编辑器的最左边,此时向右滑动水平滚动条会导致光标错位到行号区域。在此状态下,输入一个任意字符,页面自动跳转时跳转到的位置不能看到输入的具体字符
(上图中,光标被错位到第 5 行的行号处)
下面是对应的测试代码:
滑动水平方向滚动条会导致光标显示到行号区域.zip
The text was updated successfully, but these errors were encountered: