Browse Source

其他:便签注释-暂时修改指向问题 ——无作用

OYXH\oyxh 1 year ago
parent
commit
e2c4230b1a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      PDF Office/ViewModels/Tools/AnnotToolContentViewModel.Command.cs

+ 0 - 3
PDF Office/ViewModels/Tools/AnnotToolContentViewModel.Command.cs

@@ -413,8 +413,6 @@ namespace PDF_Master.ViewModels.Tools
                     {
                         if (e.AnnotItemsList[0] is StickyAnnotArgs stickyAnnotArgs)
                         {
-                            //if (!IsCreateStickyNote) {   }
-                            //IsCreateStickyNote = false;
                             stickyAnnotArgs.PopupEditWnd();
                             CloseAnnotToolTip();
                         }
@@ -712,7 +710,6 @@ namespace PDF_Master.ViewModels.Tools
                         {
                             if (!string.IsNullOrEmpty(StrAnnotToolChecked) || PropertyPanel.IsAddLink == true)
                             {
-                                //IsCreateStickyNote = true;
                                 GetSelectedAnnots(e);
                                 PDFViewer.SetToolParam(annot);
                             }