mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-05 06:10:07 -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 ) ) ) {
|
while ( stylingNodeNames.test( getPath( stopNode ) ) ) {
|
||||||
stopNode = stopNode.parentNode;
|
stopNode = stopNode.parentNode;
|
||||||
}
|
}
|
||||||
if (stopNode.nodeType === TEXT_NODE) {
|
|
||||||
return false;
|
return false;
|
||||||
|
if ( stopNode.nodeType === TEXT_NODE ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
moveRangeBoundariesUpTree( range, stopNode );
|
moveRangeBoundariesUpTree( range, stopNode );
|
||||||
|
|
Loading…
Reference in a new issue