|
@@ -283,6 +283,7 @@ extension KMNoteTableViewCell {
|
|
|
noteString = data.contents ?? ""
|
|
|
self.annotationContentLabel.stringValue = noteString
|
|
|
|
|
|
+ self.isFold = isFold
|
|
|
if (noteString.isEmpty == false) {
|
|
|
self.contentViewHidden(false)
|
|
|
} else {
|
|
@@ -366,6 +367,7 @@ extension KMNoteTableViewCell {
|
|
|
} else {
|
|
|
self.annotationContentLabel.stringValue = noteString
|
|
|
self.imageViewHeightConstraint.constant = self.contentView.frame.size.height
|
|
|
+ self.isFold = isFold
|
|
|
if (noteString.isEmpty == false) {
|
|
|
self.contentViewHidden(false)
|
|
|
} else {
|