mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 16:38:32 +01: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