Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply ordered and unordered list to all selection #263

Merged
merged 15 commits into from
May 1, 2024
Prev Previous commit
Next Next commit
Update OrderedList.kt
  • Loading branch information
T8RIN authored Apr 17, 2024
commit e7795bedeba90dd7e3d0b522dcb5ba591121a981
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.mohamedrejeb.richeditor.paragraph.RichParagraph

internal class OrderedList(
number: Int,
indent: Int = 38,
private val indent: Int = 38,
startTextSpanStyle: SpanStyle = SpanStyle(),
startTextWidth: TextUnit = 0.sp
) : ParagraphType {
Expand Down