fix stubbing
This commit is contained in:
parent
e62e43def6
commit
f4ed820b6f
1 changed files with 1 additions and 3 deletions
|
@ -1103,9 +1103,7 @@ export default class MessageComposerInput extends React.Component {
|
||||||
/* returns inline style and block type of current SelectionState so MessageComposer can render formatting
|
/* returns inline style and block type of current SelectionState so MessageComposer can render formatting
|
||||||
buttons. */
|
buttons. */
|
||||||
getSelectionInfo(editorState: EditorState) {
|
getSelectionInfo(editorState: EditorState) {
|
||||||
return {
|
return {};
|
||||||
[], null
|
|
||||||
};
|
|
||||||
/*
|
/*
|
||||||
const styleName = {
|
const styleName = {
|
||||||
BOLD: _td('bold'),
|
BOLD: _td('bold'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue