diff --git a/ElectronJS/src/taskGrid/FlowChart_CN.js b/ElectronJS/src/taskGrid/FlowChart_CN.js index 7cdfbbd..616034a 100644 --- a/ElectronJS/src/taskGrid/FlowChart_CN.js +++ b/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,执行后会卡死输入框,所以最好不要用 } } \ No newline at end of file