mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2026-09-21 13:31:09 +08:00
Version 0.3.0 Beta
This commit is contained in:
@@ -566,5 +566,6 @@ document.onkeydown = function(e) {
|
||||
function inputDelete(e) {
|
||||
if (e.keyCode == 46) {
|
||||
e.stopPropagation(); //输入框按delete应该正常运行
|
||||
//Electron中如果有alert或者confirm,执行后会卡死输入框,所以最好不要用
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user