pull/5477/head
Andreas Ehrencrona 5 years ago
parent ad7b1fd36d
commit 47f9dc36fd

@ -80,4 +80,4 @@ export default class EachBlock extends AbstractBlock {
function isEmptyNode(node: INode) { function isEmptyNode(node: INode) {
return node.type === 'Text' && node.data.trim() === ''; return node.type === 'Text' && node.data.trim() === '';
} }

Loading…
Cancel
Save