comment out more old draft stuff

pull/21833/head
Matthew Hodgson 2018-05-20 14:32:06 +01:00
parent ad7782bc22
commit c5676eef89
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export function charactersToImageNode(alt, useSvg, ...unicode) {
/>;
}
/*
export function processHtmlForSending(html: string): string {
const contentDiv = document.createElement('div');
contentDiv.innerHTML = html;
@ -146,6 +146,7 @@ export function processHtmlForSending(html: string): string {
return contentHTML;
}
*/
/*
* Given an untrusted HTML string, return a React node with an sanitized version