diff --git a/Note/FormatNoteViewController.swift b/Note/FormatNoteViewController.swift index b4af1c1..9445d50 100644 --- a/Note/FormatNoteViewController.swift +++ b/Note/FormatNoteViewController.swift @@ -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() }