Skip to content

Commit

Permalink
Merge branch 'move-custom-editor-out' into add-test-to-timed-trancrip…
Browse files Browse the repository at this point in the history
…t-editor
  • Loading branch information
Eimi Okuno authored and Eimi Okuno committed Sep 17, 2019
2 parents dc4236f + b69747c commit cd9ce5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions packages/components/timed-text-editor/CustomEditor.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// TODO: move CustomEditor in separate file
import React from 'react';
import PropTypes from 'prop-types';

import {
Editor,
} from 'draft-js';

import { Editor } from 'draft-js';
import WrapperBlock from './WrapperBlock';

class CustomEditor extends React.Component {
Expand Down
1 change: 0 additions & 1 deletion packages/components/timed-text-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
} from 'draft-js';

import Word from './Word';

// TODO: connect to local packages version
// import sttJsonAdapter from '../../Util/adapters/index.js';
import sttJsonAdapter from '../../stt-adapters';
Expand Down

0 comments on commit cd9ce5c

Please sign in to comment.