Skip to content

Commit

Permalink
[RNMobile] Fix displaying blocks with HTML anchor (#22604)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun authored Jun 2, 2020
1 parent d09cbf9 commit b79352e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export * from './gradients';
export * from './font-sizes';
export { default as AlignmentToolbar } from './alignment-toolbar';
export { default as InnerBlocks } from './inner-blocks';
export { default as InspectorAdvancedControls } from './inspector-advanced-controls';
export { default as InspectorControls } from './inspector-controls';
export { default as __experimentalLineHeightControl } from './line-height-control';
export { default as PlainText } from './plain-text';
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Internal dependencies
*/
export { AlignmentHookSettingsProvider } from './align';

import './anchor';
import './custom-class-name';
import './generated-class-name';
import './style';
Expand Down

0 comments on commit b79352e

Please sign in to comment.