mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2026-04-27 03:22:30 +02:00
some minor improvements
This commit is contained in:
@@ -198,8 +198,8 @@ function parseMultiline(){
|
||||
}
|
||||
})
|
||||
|
||||
const focusEvent = new Event("focus")
|
||||
fastPosFields.forEach(el => el.dispatchEvent(focusEvent))
|
||||
const inputEvent = new Event("input")
|
||||
fastPosFields.forEach(el => el.dispatchEvent(inputEvent))
|
||||
balance()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user