New composer: support pasting files

This commit is contained in:
Bruno Windels 2019-08-29 16:19:05 +02:00
parent 599fccd9ce
commit fe7ac11abc
2 changed files with 23 additions and 0 deletions

View file

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