Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ import { initialHtmlGutenberg } from '@wordpress/react-native-editor';
/**
* Internal dependencies
*/
import correctTextFontWeight from './text-font-weight-correct';
import initialHtml from './initial-html';
import initAnalytics from './analytics';

const setupHooks = () => {
// Hook triggered before the editor is rendered
addAction( 'native.pre-render', 'gutenberg-mobile', () => {
require( './strings-overrides' );
correctTextFontWeight();
} );

addFilter(
Expand Down
74 changes: 0 additions & 74 deletions src/text-font-weight-correct.js

This file was deleted.