fix: auto complete panel zIndex issue
This commit is contained in:
parent
9b63371276
commit
11cc256ab1
|
@ -52,6 +52,7 @@ extension ComposeStatusContentCollectionViewCell {
|
|||
|
||||
private func _init() {
|
||||
// selectionStyle = .none
|
||||
layer.zPosition = 999
|
||||
preservesSuperviewLayoutMargins = true
|
||||
|
||||
statusContentWarningEditorView.translatesAutoresizingMaskIntoConstraints = false
|
||||
|
|
Loading…
Reference in New Issue