归档笔记保留 Note 格式化操作

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 22:33:41 +08:00
parent a0dffdc715
commit 1a525c763e
-4
View File
@@ -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()
}