You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
fix stubbing
This commit is contained in:
@@ -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
|
||||
buttons. */
|
||||
getSelectionInfo(editorState: EditorState) {
|
||||
return {
|
||||
[], null
|
||||
};
|
||||
return {};
|
||||
/*
|
||||
const styleName = {
|
||||
BOLD: _td('bold'),
|
||||
|
||||
Reference in New Issue
Block a user