Skip to content

Commit

Permalink
🎨 fix Vanessa219#1038
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 authored and izgzhen committed Dec 11, 2021
1 parent 8b480b3 commit ba97e6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -98,6 +98,7 @@

### v3.8.5 / 2021-06-xx

* [1038](https://github.com/Vanessa219/vditor/issues/1038) 图片使用 pointer 样式 `改进功能`
* [1034](https://github.com/Vanessa219/vditor/pull/1034) Support Vue and Angular `改进功能`
* [1016](https://github.com/Vanessa219/vditor/pull/1016) Support Svelte `文档相关`
* [1009](https://github.com/Vanessa219/vditor/pull/1009/) 对于 markdown 目录下的渲染方法新增 适配模块 `引入特性`
Expand Down
4 changes: 4 additions & 0 deletions src/assets/scss/_content.scss
Expand Up @@ -91,6 +91,10 @@
padding: 10px;
margin: 0 auto;
}

img:not(.emoji) {
cursor: pointer;
}
}

&-devtools {
Expand Down

0 comments on commit ba97e6e

Please sign in to comment.