-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[RNMobile] Fix drag mode not being enabled when long-pressing over Shortcode block #41155
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
34743a8
Add prop for disabling suggestions button
fluiddot 0d38829
Use allowed formats in format types calculation
fluiddot 6c90982
Add RichText version to PlainText component
fluiddot 9df81c0
Use experimental version of PlainText in Shortcode block
fluiddot d2b2e6a
Add disableAutocorrection prop to RichText
fluiddot 9b98382
Disable autocorrection in Shortcode block
fluiddot 630f5c9
Update PlainText props in Shortcode block
fluiddot 4b9a25c
Use pre as tagName in PlainText
fluiddot 77ddf1a
Rename replaceLineBreaks function
fluiddot 81af835
Update shortcode block unit tests
fluiddot 76e58ed
Prevent text input focus when selecting Shortcode block
fluiddot af35786
Force text color in Shortcode block
fluiddot 0433a92
Remove tagName prop from PlainText component
fluiddot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use allowed formats in format types calculation
- Loading branch information
commit 0d388292d28563e8dfbfd6ce9d02f1c078cfba80
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I found out that the format types weren't taking into account the allowed formats calculated in the
RichTextcomponent:gutenberg/packages/block-editor/src/components/rich-text/index.native.js
Lines 194 to 198 in a1e1fdc
This was causing that setting the prop
__unstableDisableFormatsdoesn't hide the text color format button from the toolbar, as well as preventing hiding other format buttons when using theallowedFormatsprop.