-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix RelationCombobox not autocompleting on secon feature #5466
Conversation
🎉 Ta-daaa, freshly created APKs are available for 12bfc5a: arm64-android |
@domi4484 , nice! good find -- let's backport :) |
@nirvn is there an automated backport or do I need to do it manually? |
@domi4484 , you just need to add the ( backport branch_name ) tag to the PR. I've added it earlier. |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_3 release-3_3
# Navigate to the new working tree
cd .worktrees/backport-release-3_3
# Create a new branch
git switch --create backport-5466-to-release-3_3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick fb969a1640c78fd41904a812ebb7910221ee728e,3a533fe550655ed2e146d36935d8d3390fd498e3,89399f391ccd9d89b297d9054ba69406ef537ade,12bfc5a76ea3eb10b0fbc9d995aff0ecf3faf758
# Push it to GitHub
git push --set-upstream origin backport-5466-to-release-3_3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_3 Then, create a pull request where the |
Reset of the flag
isLastKeyPressedReturn
was missing.This issue is happening only when using the enter button of the virtual keyboard