mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +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' ) );
|
||||
}
|
||||
} 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue