Procházet zdrojové kódy

compdfkit(win) - 文字/图片编辑 恢复右键选中

liuaoran před 1 rokem
rodič
revize
269ac47412
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  1. 1 4
      Demo/Examples/PDFViewer/MainPage.xaml.cs

+ 1 - 4
Demo/Examples/PDFViewer/MainPage.xaml.cs

@@ -1263,10 +1263,7 @@ namespace PDFViewer
                 }
                 return;
             }
-            if (Mouse.RightButton == MouseButtonState.Pressed)
-            {
-                return;
-            }
+
             if (e.EditType == CPDFEditType.EditText)
             {
                 pdfContentEditControl.SetPDFTextEditData(e, true);