1
0
naibo 2 жил өмнө
parent
commit
76e6800cb8

+ 1 - 0
ElectronJS/src/taskGrid/FlowChart_CN.js

@@ -566,5 +566,6 @@ document.onkeydown = function(e) {
 function inputDelete(e) {
 function inputDelete(e) {
     if (e.keyCode == 46) {
     if (e.keyCode == 46) {
         e.stopPropagation(); //输入框按delete应该正常运行
         e.stopPropagation(); //输入框按delete应该正常运行
+        //Electron中如果有alert或者confirm,执行后会卡死输入框,所以最好不要用
     }
     }
 }
 }