This commit is contained in:
Cassie Tarakajian 2017-06-26 15:39:21 -04:00
parent 0532990314
commit 1359a72f2d
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class PreviewFrame extends React.Component {
} }
} }
}); });
newContent = decomment(newContent); newContent = decomment(newContent, { ignore: /noprotect/g });
newContent = loopProtect(newContent); newContent = loopProtect(newContent);
return newContent; return newContent;
} }