Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Gabrielsson committed Jun 14, 2024
1 parent f3ef102 commit 29a3890
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nightly/front.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,7 @@ var dom = {
if (target.startSubmit) {
var length = target.listeners['keyup'].length
if (object.bindfieldPos === length) {
console.error(target.startSubmit)
app.callOld(target.startSubmit, [target])
app.call(target.startSubmit, {element: target})
target.startSubmit = false
}
}
Expand Down

0 comments on commit 29a3890

Please sign in to comment.