mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #364
This commit is contained in:
parent
4b50ff9f59
commit
143cef5ffb
1 changed files with 2 additions and 0 deletions
2
vendors/squire/build/squire-raw.js
vendored
2
vendors/squire/build/squire-raw.js
vendored
|
|
@ -1523,6 +1523,7 @@ const
|
||||||
preserveWS || ( nodeName === 'PRE' ) );
|
preserveWS || ( nodeName === 'PRE' ) );
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
/*
|
||||||
if ( nodeType === TEXT_NODE ) {
|
if ( nodeType === TEXT_NODE ) {
|
||||||
data = child.data;
|
data = child.data;
|
||||||
startsWithWS = !notWS.test( data.charAt( 0 ) );
|
startsWithWS = !notWS.test( data.charAt( 0 ) );
|
||||||
|
|
@ -1571,6 +1572,7 @@ const
|
||||||
child.remove( );
|
child.remove( );
|
||||||
--i;
|
--i;
|
||||||
--l;
|
--l;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return node;
|
return node;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue