|
@@ -2065,6 +2065,10 @@ import Cocoa
|
|
km_synchronized(self) {
|
|
km_synchronized(self) {
|
|
self.model.isPDFDocumentEdited = true
|
|
self.model.isPDFDocumentEdited = true
|
|
|
|
|
|
|
|
+ if type == .editText || type == .editImage {
|
|
|
|
+ self.leftSideViewController.updateThumbnail(at: self.listView.currentPageIndex)
|
|
|
|
+ }
|
|
|
|
+
|
|
if let _document = self.myDocument {
|
|
if let _document = self.myDocument {
|
|
KMTools.setDocumentEditedState(document: _document)
|
|
KMTools.setDocumentEditedState(document: _document)
|
|
}
|
|
}
|