KindEditor富文本编辑器 控制台js报错的问题 Uncaught TypeError: Cannot read property 'getSelection' of null
时间:2017-10-31 13:45:17
收藏:0
阅读:2407
kindeditor-all.js中修改
2570行 将win.getSelection(); 改为 window.getSelection();
原文:http://www.cnblogs.com/gremlin/p/7760814.html
评论(0)