mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-03 05:00:13 -05:00
Fix whitespace.
This commit is contained in:
parent
a36cb12a16
commit
36432d45bd
3 changed files with 19 additions and 19 deletions
File diff suppressed because one or more lines are too long
|
@ -2195,8 +2195,8 @@ proto.removeAllFormatting = function ( range ) {
|
|||
while ( stylingNodeNames.test( getPath( stopNode ) ) ) {
|
||||
stopNode = stopNode.parentNode;
|
||||
}
|
||||
if (stopNode.nodeType === TEXT_NODE) {
|
||||
return false;
|
||||
if ( stopNode.nodeType === TEXT_NODE ) {
|
||||
}
|
||||
|
||||
moveRangeBoundariesUpTree( range, stopNode );
|
||||
|
|
Loading…
Reference in a new issue