KindEditor富文本编辑器 控制台js报错的问题 Uncaught TypeError: Cannot read property 'getSelection' of null

  

 

kindeditor-all.js中修改

2570行  将win.getSelection(); 改为 window.getSelection();

 

posted @ 2017-10-31 11:57  一只小鬼  阅读(5199)  评论(0)    收藏  举报