This commit is contained in:
kunfei
2023-04-02 19:46:39 +08:00
parent 6f29c69855
commit 486d7fb5ae

View File

@@ -44,7 +44,7 @@ class ContentTextView(context: Context, attrs: AttributeSet?) : View(context, at
private var callBack: CallBack
private val visibleRect = RectF()
val selectStart = TextPos(0, 0, 0)
val selectEnd = TextPos(0, 0, 0)
private val selectEnd = TextPos(0, 0, 0)
var textPage: TextPage = TextPage()
private set
var isMainView = false