Open mrtronje opened 2 years ago
Upvote this issue!
可以试试这样处理
highlighter.hooks.Render.SelectedNodes.tap((id, nodes) =>{
const filteredNodes = nodes.filter(node => {
if(node.type == 'text' && node.$node.data.trim() == '') {
return false;
}
return true;
});
return filteredNodes;
});
Hi The highlighter doesn't work across table columns, see