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
提个建议,你重构 Undo 部分的代码时,是否可以考虑一下 中文输入过程中不应记录 UndoStack ,否则在 undo 的时候,会看到正在输入的中文拼音;我刚提交了一个 pull request,测试感觉还有点儿问题,就取消了。
检测到正在输入中文时,不执行 addToUndoStack,只有最后中文输入结束时,才去执行。
The text was updated successfully, but these errors were encountered:
收到,多谢
Sorry, something went wrong.
这个 bug 是不是不太好重现呀?
我也不知道修好没,因为我只重现了一次,凭感觉改了改。有空麻烦到分支上试试。
6a1bc44
抱歉,这么久才看到,我大概测试了一下,用的是你最新的 master 上的代码,应该是没问题啦!辛苦辛苦
Vanessa219
Successfully merging a pull request may close this issue.
你在什么场景下需要该功能?
提个建议,你重构 Undo 部分的代码时,是否可以考虑一下 中文输入过程中不应记录 UndoStack ,否则在 undo 的时候,会看到正在输入的中文拼音;我刚提交了一个 pull request,测试感觉还有点儿问题,就取消了。
描述可能的解决方案
检测到正在输入中文时,不执行 addToUndoStack,只有最后中文输入结束时,才去执行。
The text was updated successfully, but these errors were encountered: