fix: 复制楼层内容
This commit is contained in:
parent
9f19f1c765
commit
2edc0f249b
|
|
@ -161,7 +161,7 @@ private val PbContent.picUrl: String
|
|||
)
|
||||
|
||||
val List<PbContent>.plainText: String
|
||||
get() = renders.joinToString("\n") { toString() }
|
||||
get() = renders.joinToString("\n") { it.toString() }
|
||||
|
||||
@OptIn(ExperimentalTextApi::class)
|
||||
val List<PbContent>.renders: ImmutableList<PbContentRender>
|
||||
|
|
|
|||
Loading…
Reference in New Issue