|
@@ -963,7 +963,9 @@ namespace PDF_Master.ViewModels.Tools
|
|
if (isAdd)
|
|
if (isAdd)
|
|
{
|
|
{
|
|
PDFViewer.ClearSelectAnnots();
|
|
PDFViewer.ClearSelectAnnots();
|
|
- PDFViewer.SelectAnnotation(selectAnnotDicts);
|
|
|
|
|
|
+
|
|
|
|
+ if (StrAnnotToolChecked != "Signature")
|
|
|
|
+ PDFViewer.SelectAnnotation(selectAnnotDicts);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|