update
parent
1aebd6d839
commit
e8ec7f3193
|
@ -85,7 +85,7 @@ export default class Keyboard {
|
|||
if (tmp) {
|
||||
end = true
|
||||
// 第2组一定有回调,无需判断
|
||||
next.fn.forEach(function(fn) {
|
||||
next.fn.forEach(function (fn) {
|
||||
fn(ev)
|
||||
})
|
||||
break
|
||||
|
@ -103,7 +103,7 @@ export default class Keyboard {
|
|||
}
|
||||
// 有回调就触发
|
||||
if (item.fn) {
|
||||
item.fn.forEach(function(fn) {
|
||||
item.fn.forEach(function (fn) {
|
||||
fn(ev)
|
||||
})
|
||||
}
|
Loading…
Reference in New Issue