Skip to content

Commit 2d9fba8

Browse files
author
jianzhongli
committed
fixed typo
1 parent d32a2fc commit 2d9fba8

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)