Skip to content

Commit

Permalink
fix: #85
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopia committed Apr 8, 2022
1 parent 393baa3 commit 283af3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/components/RichEditor/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
.ql-editor {
overflow-y: scroll;
.scrollbar();
-moz-user-select: all;
-ms-user-select: auto;
-webkit-user-select: auto; // fix bug: safari can't edit
user-select: all;
// 默认文本的大小和颜色
font-size: 14px;
Expand Down

0 comments on commit 283af3c

Please sign in to comment.