-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[RNMobile] Fix jumping toolbar #23684
Conversation
9f314af
to
b01f218
Compare
Size Change: 0 B Total Size: 1.15 MB ℹ️ View Unchanged
|
packages/components/src/mobile/keyboard-avoiding-view/index.ios.js
Outdated
Show resolved
Hide resolved
packages/components/src/mobile/keyboard-avoiding-view/index.ios.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Tested it on both Android and iOS. Nice work!
packages/components/src/mobile/keyboard-avoiding-view/index.ios.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GOOD job Luke!
22cf42d
to
3eed636
Compare
hey Luke 👋 is this the same issue? wordpress-mobile/gutenberg-mobile#2301 |
This reverts commit d86cd5f.
* Release script: Update react-native-editor version to 1.34.0 * [RNMobile] E2E Android - Use swipe gesture to scroll inserter menu (#24338) * Set autosaveInterval to 1 on mobile (#24353) * Revert "[RNMobile] Fix jumping toolbar (#23684)" (#24388) This reverts commit d86cd5f. * Turn off autosave interval for mobile (#24415) * [RNMobile] Merge release 1.33.1 to master (#24448) * Release script: Update react-native-editor version to 1.33.0 * Update release notes. * Update version numbers for packages. * Revert "Reduce spacing between label and slider control (#23580)" (#24109) This reverts commit 2a67de0. * Release script: Update react-native-* versions to 1.33.1 * Release script: Update with changes from 'npm run core preios' * Allow @ char in posts in mobile editor (#24428) This fixes a bug with the @-mention feature on mobile that made entering the standalone @ character difficult because of the @-mention UI getting in the way. The fix here is to allow the @ character to be intercepted without being consumed by the @ key event logic. * Remove duplicate entry from changelog Co-authored-by: Sergio Estevao <[email protected]> Co-authored-by: Antonis Lilis <[email protected]> Co-authored-by: Ceyhun Ozugur <[email protected]> Co-authored-by: Paul Von Schrottky <[email protected]> * Update version numbers * Ran pod install to update podfile.lock Co-authored-by: Drapich Piotr <[email protected]> Co-authored-by: Adam Zielinski <[email protected]> Co-authored-by: Chip <[email protected]> Co-authored-by: Cameron Voell <[email protected]> Co-authored-by: Sergio Estevao <[email protected]> Co-authored-by: Antonis Lilis <[email protected]> Co-authored-by: Paul Von Schrottky <[email protected]>
Description
Fix jumping toolbar after closing the
LinkSettings
when Button/Paragraph is focusedFixes: wordpress-mobile/gutenberg-mobile#2301
How has this been tested?
Test as well Buttons-1-2-3
Screenshots
Types of changes
Checklist: