Skip to content

Commit

Permalink
♻️ fix #658
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jul 31, 2020
1 parent 211ea41 commit f6dd799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@

### v3.4.1 / 2020-08-xx

* [658](https://github.com/Vanessa219/vditor/issues/658) SV 模式打字机模式问题 `修复缺陷`
* [655](https://github.com/Vanessa219/vditor/issues/655) SV 模式代码块开始标记符 info 后回车问题 `修复缺陷`
* [656](https://github.com/Vanessa219/vditor/issues/656) SV 模式有序列表延续问题 `修复缺陷`
* [654](https://github.com/Vanessa219/vditor/issues/654) SV 模式 Placeholder 显示问题 `修复缺陷`
Expand Down
1 change: 1 addition & 0 deletions src/ts/sv/processKeydown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const processKeydown = (vditor: IVditor, event: KeyboardEvent) => {
listLastMarkerElement.previousElementSibling.previousElementSibling.remove();
listLastMarkerElement.previousElementSibling.remove();
}
listLastMarkerElement.nextElementSibling.remove();
listLastMarkerElement.remove();
processAfterRender(vditor);
}
Expand Down

0 comments on commit f6dd799

Please sign in to comment.