comment out all the tests for now

This commit is contained in:
Matthew Hodgson 2018-05-20 23:34:06 +01:00
parent e460cf35e0
commit b616fd025e
2 changed files with 3 additions and 1 deletions

View file

@ -557,7 +557,7 @@ export default class MessageComposerInput extends React.Component {
if (this.props.onInputStateChanged) {
let blockType = editorState.blocks.first().type;
console.log("onInputStateChanged; current block type is " + blockType + " and marks are " + editorState.activeMarks);
// console.log("onInputStateChanged; current block type is " + blockType + " and marks are " + editorState.activeMarks);
if (blockType === 'list-item') {
const parent = editorState.document.getParent(editorState.blocks.first().key);