Open gustafl opened 8 years ago
This error appears occasionally here:
// Make sure the parent of this textnode is not a <span> if (node.parentNode.nodeName === 'SPAN') { // ERROR! console.warn('There is already a highlight here.'); selection.removeAllRanges(); return; }
This error appears occasionally here: