优化bug

This commit is contained in:
24kycj
2026-01-28 13:23:16 +08:00
parent c26c4fa66e
commit ee6ef462ca
4 changed files with 63 additions and 55 deletions
-2
View File
@@ -39,7 +39,6 @@ $('body').keydown(function (event) {
if (_keyc && _textEdit) {
//同时按下且在编辑状态
setTimeout("clipboard.writeText( (clipboard.readText()+' ') );", 1)
//clipboard.writeText((clipboard.readText()+' '))
}
}
if (event.keyCode == 67) {
@@ -47,7 +46,6 @@ $('body').keydown(function (event) {
if (_keyctrl & _textEdit) {
//同时按下且在编辑状态
setTimeout("clipboard.writeText( (clipboard.readText()+' ') );", 1)
//clipboard.writeText((clipboard.readText()+' '))
}
}
if (event.keyCode == 37) {