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
在折叠的列表中进行插入编辑时,行为不合预期,新加入的内容会破坏原列表结构。 例如正在编辑的列表如下,希望在《第一级 a》后边新增 《第一级 b》
v * 第一级 a * 第二级 a * 第二级 b
折叠后变为
> * 第一级 a …
此时在 《第一级 a》后点击,光标会置于
> * 第一级 a [光标]…
此时敲回车会变为
v * 第一级 a v * [光标] * 第二级 a * 第二级 b
如果能改成如下响应会好一些 点击光标后
> * 第一级 a … [光标]
输入回车后
> * 第一级 a … v * [光标]
The text was updated successfully, but these errors were encountered:
我发现 vscode 也是这样的😂
Sorry, something went wrong.
plylrnsdy
No branches or pull requests
在折叠的列表中进行插入编辑时,行为不合预期,新加入的内容会破坏原列表结构。
例如正在编辑的列表如下,希望在《第一级 a》后边新增 《第一级 b》
折叠后变为
此时在 《第一级 a》后点击,光标会置于
此时敲回车会变为
如果能改成如下响应会好一些
点击光标后
输入回车后
The text was updated successfully, but these errors were encountered: