Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Oct 16, 2023
1 parent 3fb51cc commit 162d708
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 154 deletions.
14 changes: 0 additions & 14 deletions editor/src/main/java/com/canopas/editor/ui/data/RichTextPart.kt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.canopas.editor.ui.data

import androidx.compose.ui.text.SpanStyle

data class RichTextSpan(
val from: Int,
val to: Int,
val style: SpanStyle,
)
Loading

0 comments on commit 162d708

Please sign in to comment.