Skip to content

Commit 83d0fe6

Browse files
authored
Merge pull request #744 from kexanie/develop
Fixes a typo in BlockFormatter.
2 parents d32a2fc + 2d9fba8 commit 83d0fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/formatting/BlockFormatter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ class BlockFormatter(editor: AztecText, val listStyle: ListStyle, val quoteStyle
925925
}
926926
} else {
927927
(selStart in spanStart..spanEnd || selEnd in spanStart..spanEnd) ||
928-
(spanStart in selStart..selEnd || spanEnd in spanStart..spanEnd)
928+
(spanStart in selStart..selEnd || spanEnd in selStart..selEnd)
929929
}
930930
}
931931
}

0 commit comments

Comments
 (0)