mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
Prevent flash of text field
This commit is contained in:
parent
376c62e399
commit
872a8722af
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ private extension CompositionView {
|
|||
spoilerTextField.placeholder = NSLocalizedString("status.spoiler-text-placeholder", comment: "")
|
||||
spoilerTextField.inputAccessoryView = spoilerTextinputAccessoryView
|
||||
spoilerTextField.tag = spoilerTextinputAccessoryView.tagForInputView
|
||||
spoilerTextField.isHidden_stackViewSafe = true
|
||||
spoilerTextField.addAction(
|
||||
UIAction { [weak self] _ in self?.spoilerTextFieldEditingChanged() },
|
||||
for: .editingChanged)
|
||||
|
|
Loading…
Reference in a new issue