- Closes #137
main
Michael Fix 7 years ago committed by GitHub
parent 6bf64a6ae0
commit 4ee19793dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,7 +128,9 @@ class Editor extends React.Component {
}, },
filter: n => (n.className ? String(n.className).indexOf('eliminateOnRender') < 0 : true), filter: n => (n.className ? String(n.className).indexOf('eliminateOnRender') < 0 : true),
width, width,
height height,
// %[00 -> 19] cause failures
filter: node => !(node.innerText && node.innerText.match(/%[0-1][0-9]/))
} }
if (type === 'blob') if (type === 'blob')

Loading…
Cancel
Save