main
Mike Fix 6 years ago
parent 8629a8ef78
commit e5650129a3

@ -26,7 +26,7 @@ module.exports = browser => async (req, res) => {
// %[00 -> 19] cause failures
if (
n.innerText &&
node.innerText.match(/%\d\S/) &&
n.innerText.match(/%\d\S/) &&
n.className &&
n.className.startsWith('cm-') // is CodeMirror primitive string
) {

Loading…
Cancel
Save