Skip to content

Commit

Permalink
🐛 标题重命名空的时候的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Oct 1, 2022
1 parent f841292 commit 7dc852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mac/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ class ViewController:

vc.titleLabel.editModeOn()
if let note = EditTextView.note {
vc.titleLabel.stringValue = note.getFileName()
vc.titleLabel.stringValue = note.getShortTitle()
}
}

Expand Down

0 comments on commit 7dc852f

Please sign in to comment.