We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
改进在 $$ 之间输入与粘贴(行级公式)
一、在 $$ 之间输入行级公式时,会吞掉首个字符:
二、在 $$ 之间粘贴行级公式时,页面会滚到开头(焦点移动到了第一个块):
在 $$ 之间输入公式会自动跳转到文章开头 - 链滴
The text was updated successfully, but these errors were encountered:
第一个问题是由于弹出公式时输入框是全选状态,再输入就会被替换。
Sorry, something went wrong.
🎨 fix #11175
c79e2f7
所以会特殊情况特殊处理吗?
这个代码上不好判断,特殊情况先缓缓。
Vanessa219
No branches or pull requests
改进在 $$ 之间输入与粘贴(行级公式)
一、在 $$ 之间输入行级公式时,会吞掉首个字符:
二、在 $$ 之间粘贴行级公式时,页面会滚到开头(焦点移动到了第一个块):
在 $$ 之间输入公式会自动跳转到文章开头 - 链滴
The text was updated successfully, but these errors were encountered: