Skip to content

Commit

Permalink
🎨 修复标题默认
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Sep 2, 2022
1 parent 072b944 commit cc49772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mac/View/TitleTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TitleTextField: NSTextField {

override func becomeFirstResponder() -> Bool {
if let note = EditTextView.note {
stringValue = note.getFileName()
stringValue = note.getShortTitle()
}
return super.becomeFirstResponder()
}
Expand Down

0 comments on commit cc49772

Please sign in to comment.