Merge pull request #3358 from matrix-org/bwindels/cider-paste-images

New composer: support pasting files
This commit is contained in:
Bruno Windels 2019-08-29 16:31:28 +00:00 committed by GitHub
commit 5105140902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View file

@ -332,6 +332,10 @@ export default class BasicMessageEditor extends React.Component {
}
}
getEditableRootNode() {
return this._editorRef;
}
isModified() {
return this._modifiedFlag;
}