react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

chrome浏览器上range.insertNode(span) 方法会触发selectionchange事件造成死循环

Open peaktangf opened this issue 6 years ago • 2 comments

目前android的某些机型是chrome内核,就会造成range.insertNode(span) 方法会触发selectionchange事件造成死循环,然后就很卡,有没有好的解决方案

peaktangf avatar May 17 '18 13:05 peaktangf

⬆️The range.insertNode(span) method on the chrome browser triggers the selectionchange event to cause an infinite loop

arneson avatar Dec 10 '18 10:12 arneson

@PeakTan This is resolved if you depend on this tag in my fork.

https://github.com/arneson/react-native-zss-rich-text-editor.git#1.1.1

arneson avatar Dec 10 '18 12:12 arneson