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