Apply suggestions from code review

This commit is contained in:
Jelle Spijker 2022-12-08 07:43:57 +01:00 committed by GitHub
parent bcdfa808a8
commit 91170e0aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 6 deletions

View file

@ -59,8 +59,14 @@ UM.TextField
Connections
{
target: propertyProvider
function onContainerStackChanged() { updateTimer.restart() }
function onIsValueUsedChanged() { updateTimer.restart() }
function onContainerStackChanged()
{
updateTimer.restart()
}
function onIsValueUsedChanged()
{
updateTimer.restart()
}
}
// Restart update timer right after releasing a key. This stops lag while typing, but you still get warning and error