jwstegemann / fritz2

Easily build reactive web-apps in Kotlin based on flows and coroutines.
https://www.fritz2.dev
MIT License
653 stars 28 forks source link

improve event handling in dataCollection #824

Closed metin-kale closed 10 months ago

metin-kale commented 10 months ago

The previous event handling lead to interrupted keydown events, so that automated tests were to fast. With this change the event handling got more stable for fast automated tests.