@@ -2397,6 +2397,8 @@ namespace PDF_Master.ViewModels
private void Undo()
{
PDFViewer.UndoManager.Undo();
+ PDFViewer.DisableClearSelectAnnot(false);
+ PDFViewer.ClearSelectAnnots();
}
private void Redo()