Skip to content

Commit

Permalink
🐛 fix #206
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Mar 5, 2020
1 parent f39cac5 commit 0a53350
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 @@ -48,6 +48,7 @@
### v2.2.16 / 未发布

* [207](https://github.com/Vanessa219/vditor/issues/207) heading at first time(windows firefox) `修复缺陷`
* [206](https://github.com/Vanessa219/vditor/issues/206) combined blockquote and lists (windows firefox) `修复缺陷`
* [205](https://github.com/Vanessa219/vditor/issues/205) not working typewrite mode (windows firefox) `修复缺陷`
* [203](https://github.com/Vanessa219/vditor/issues/203) when cache:false, use cache `修复缺陷`

Expand Down
1 change: 1 addition & 0 deletions src/ts/ui/initUI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const afterRender = (vditor: IVditor, contentElement: HTMLElement) => {
}

if (vditor.editor && vditor.options.typewriterMode) {
// 由于 Firefox padding-bottom bug,只能使用 :after
vditor.editor.element.style.setProperty("--editor-bottom", height / 2 + "px");
}

Expand Down

0 comments on commit 0a53350

Please sign in to comment.