halo/ui/packages
Takagi 94f28cc76e
fix: backspace on empty line doesn’t return to previous list item (#6445)
#### What type of PR is this?

/kind bug
/area editor
/milestone 2.19.x

#### What this PR does / why we need it:

修复默认编辑器中,当在列表的下一空白行使用退格键时,会导致无法回退至列表项中的问题。

#### How to test it?

1. 在编辑器中增加一个列表项。
2. 按两次回车跳出列表编辑器。
3. 按退格键。

查看退格键是否按一次就可以回到列表项,并且再次按时执行列表项的删除。

#### Which issue(s) this PR fixes:

Fixes #6263

#### Does this PR introduce a user-facing change?
```release-note
解决默认编辑器中在空白行中按退格键无法回退到列表项中的问题
```
2024-08-08 08:22:38 +00:00
..
api-client chore: bump typescript version to 5.5.x (#6440) 2024-08-05 05:46:25 +00:00
components Prepare for developing 2.19.0 (#6429) 2024-08-02 04:56:14 +00:00
editor fix: backspace on empty line doesn’t return to previous list item (#6445) 2024-08-08 08:22:38 +00:00
shared feat: make comment and reply list item operations extendable (#6438) 2024-08-05 06:56:25 +00:00
ui-plugin-bundler-kit Prepare for developing 2.19.0 (#6429) 2024-08-02 04:56:14 +00:00