mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 23:05:17 +00:00
057d0c565e
Remove the workaround, to the approach of using the complete last word event, for three letters seed-words. The three letters condition introduced another side effect when completing the "sentence" and made the _internal.mnemonicInput contain an extra duplicate word. Unify the event `doneInsertingWord` generation for the internal purpose with the external. This will trigger a secondary for some usage but I see no problem with even in other usages. Fix corner case when user enters a correct seed word that is not singular and uses the mouse to jump. In that case the doneInsertingWord is not triggered Fixes: #7715