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 UnorderedList.kt
  • Loading branch information
T8RIN authored Apr 17, 2024
commit 292640ff4d5a906fca5a0b5a1cc6b26e35845c15
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.mohamedrejeb.richeditor.model.RichSpan
import com.mohamedrejeb.richeditor.paragraph.RichParagraph

internal class UnorderedList(
private val indent: Int = 38
private val indent: Int
): ParagraphType {

override var style: ParagraphStyle =
Expand Down
Loading