Skip to content

Commit

Permalink
🐛 fix Vanessa219#196
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 authored and stevapple committed Apr 8, 2020
1 parent 011a12d commit 25aaf5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@
* [55](https://github.com/Vanessa219/vditor/issues/55) 链接引用不转换为内联链接 `改进功能`
* [81](https://github.com/Vanessa219/vditor/issues/81) 链接和图片嵌套问题 `修复缺陷`

### v2.2.13 / 未发布
### v2.2.14 / 未发布

* [197](https://github.com/Vanessa219/vditor/pull/197) 禁用编辑器后,工具栏未被禁用 `修复缺陷`

### v2.2.12 / 2020-02-29
### v2.2.13 / 2020-03-01

* [197](https://github.com/Vanessa219/vditor/pull/197) 禁用编辑器后,工具栏未被禁用 `修复缺陷`
* [196](https://github.com/Vanessa219/vditor/pull/196) Headings command+alt+1 at safari(Mac) `修复缺陷`
* [195](https://github.com/Vanessa219/vditor/pull/195) added korean i18n `引入特性`
* [194](https://github.com/Vanessa219/vditor/pull/194) Lists (Firefox Compatibility) `修复缺陷`
* [193](https://github.com/Vanessa219/vditor/pull/193) Links (Firefox Compatibility) `修复缺陷`
Expand Down
2 changes: 2 additions & 0 deletions src/ts/util/editorCommenEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ export const hotkeyEvent = (vditor: IVditor, editorElement: HTMLElement) => {
"#".repeat(parseInt(event.code.replace("Digit", ""), 10)) + " ",
"", false, true);
}
event.preventDefault();
return true;
}
});
};
Expand Down

0 comments on commit 25aaf5d

Please sign in to comment.