You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
comment out all the tests for now
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user