Browse Source

Version 0.3.0 Beta

naibo 2 years ago
parent
commit
76e6800cb8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ElectronJS/src/taskGrid/FlowChart_CN.js

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

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