Compare commits
1 Commits
a0dffdc715
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a525c763e |
@@ -35,10 +35,6 @@ class FormatNoteViewController: UIViewController {
|
||||
setupUI()
|
||||
if let initialText = initialText {
|
||||
textView.text = initialText
|
||||
isNoteFormatted = true
|
||||
noteButton.setTitle("复制并打开备忘录", for: .normal)
|
||||
rightBarButtonMode = .reset
|
||||
updateRightBarButtonItem()
|
||||
}
|
||||
setupKeyboardObservers()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user