fix: 复制楼层内容

This commit is contained in:
HuanCheng65 2023-07-21 21:28:03 +08:00
parent 9f19f1c765
commit 2edc0f249b
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 1 additions and 1 deletions

View File

@ -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>