4.10.5
Fixed
- Fix compatibility with latest UI version (broken modal layout)
- Fix false positive when detecting the current listening challenge
- Prevent an infinite loop when the modal is closed twice quickly
- Fix "keydown" listener not properly removed when the modal is closed
- Replace usage of
indexOf
in favor ofincludes
where it makes sense