You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…t the code (#43)
#### What type of PR is this?
/kind improvement
#### What this PR does / why we need it:
在代码块中使用 ctrl + a / command + a 时,只会选中当前代码块中的内容而不是编辑器的全部内容
#### How to test it?
1. 创建一个代码块并编辑一些文本。
2. 在代码块中按 ctrl + a / command + a,查看选中的是否仅为代码块中的文本
#### Which issue(s) this PR fixes:
Ref halo-dev/halo#4447
Ref halo-dev/halo#4232
#### Does this PR introduce a user-facing change?
```release-note
在代码块中使用全选快捷键将只会选中代码
```
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
你当前使用的版本
2.7.0
描述一下此特性
现在的 halo 编辑器是块编辑器么,现在主流块编辑器在首次按 command+a 时是当前块全选,再次按才是选中整个页面的内容,现在 halo 的逻辑是只要按 command+a 就是选中所有内容,操作逻辑和主流块编辑器不一致,用起来不太习惯,建议做修改。
附加信息
No response
The text was updated successfully, but these errors were encountered: