3

解决Wangeditor 在safri浏览器下无法聚焦 无法编辑

 2 years ago
source link: https://segmentfault.com/a/1190000041019550
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

解决Wangeditor 在safri浏览器下无法聚焦 无法编辑

发布于 今天 15:16

Wangeditor使用的是contenteditableapi。将一个div设置成可编辑区域。
所以我们修改外层div样式去掉user-select: none;相关样式即可。
或者 设置编辑器所在div样式:

div * {
  user-select: text;
}

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK