comment out all the tests for now
This commit is contained in:
parent
e460cf35e0
commit
b616fd025e
2 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue