@@ -227,6 +227,8 @@ namespace Compdfkit_Tools.PDFControl
if (pdfAnnotationData == null)
{
pdfViewerControl.SetToolType(ToolType.Pan);
+ pdfViewerControl.SetIsShowStampMouse(false);
+ pdfViewerControl.SetIsVisibleCustomMouse(false);
return;
}