Skip to content

Commit

Permalink
🚸 fix #554
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jul 10, 2020
1 parent ad56033 commit 75d9a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

### v3.3.6 / 2020-07-xx

* [554](https://github.com/Vanessa219/vditor/issues/554) SV 模式 Ctrl+u 代码块生成光标初始定位优化 `改进功能`
* [558](https://github.com/Vanessa219/vditor/issues/558) [suggestion] shift+enter and end the lists `改进功能`
* [547](https://github.com/Vanessa219/vditor/issues/547) 文件上传 format 第一个参数 files 为空数组 `修复缺陷`
* [562](https://github.com/Vanessa219/vditor/issues/562) 为上传添加 fieldName 选项 `引入特性`
Expand Down
2 changes: 1 addition & 1 deletion src/ts/util/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export class Options {
hotkey: "⌘-U",
icon: codeSVG,
name: "code",
prefix: "```\n",
prefix: "```",
suffix: "\n```",
tipPosition: "n",
}, {
Expand Down

0 comments on commit 75d9a99

Please sign in to comment.