This commit is contained in:
the-djmaze 2022-05-12 15:10:24 +02:00
parent 4b50ff9f59
commit 143cef5ffb

View file

@ -1523,6 +1523,7 @@ const
preserveWS || ( nodeName === 'PRE' ) );
}
} else {
/*
if ( nodeType === TEXT_NODE ) {
data = child.data;
startsWithWS = !notWS.test( data.charAt( 0 ) );
@ -1571,6 +1572,7 @@ const
child.remove( );
--i;
--l;
*/
}
}
return node;