mirror of https://github.com/vector-im/riot-web
Merge pull request #1190 from matrix-org/luke/fix-rte-paste-html-md-on
Only insert HTML into the composer in RTE modepull/21833/head
commit
d9a67355d2
|
@ -488,8 +488,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
const currentContent = this.state.editorState.getCurrentContent();
|
||||
|
||||
let contentState = null;
|
||||
|
||||
if (html) {
|
||||
if (html && this.state.isRichtextEnabled) {
|
||||
contentState = Modifier.replaceWithFragment(
|
||||
currentContent,
|
||||
currentSelection,
|
||||
|
|
Loading…
Reference in New Issue