Skip to content
Verified Commit e2c1d1b7 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

Avatar: Fix triggering main action

1. Fix logic error in signal handler's check `if (!!...main.trigger())`
   which would raise "TypeError: Cannot call method 'trigger' of null"
   if you manage to trigger it, e.g. by overriding `activeFocusOnTab: true`.

2. Add Return key handler, which is arguably even more common than
   numpad's Enter key.
parent 8654d4ae
Pipeline #316462 passed with stage
in 3 minutes and 43 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment