Something went wrong on our end. Please try again.
Created by: philipp-spiess
This PR fixes an issue that is happening when the shortcut to show the search popup (alt a) is hit repeatedly.
To be aligned with the behavior of the native find in files search, hitting alt a while already in the search popup should focus the text field again. This does not work yet as we have not implemented the client side focus event for that but this will happen in JCEFWindow#focus(). (cc thanks @madppiper for the input!)
Tested this manually, here's a quick walk-through: https://www.loom.com/share/1fe3c67db2234aa18a2240bbcac92839
Check out the client app preview documentation to learn more.