fix: text editor background using wrong color in compose scene issue

This commit is contained in:
CMK 2021-06-30 16:15:15 +08:00
parent d0dd92789f
commit 9e5d7836ee
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ extension ComposeStatusContentTableViewCell {
private func _init() {
selectionStyle = .none
layer.zPosition = 999
backgroundColor = .clear
preservesSuperviewLayoutMargins = true
let containerStackView = UIStackView()