New composer: support pasting files
This commit is contained in:
parent
599fccd9ce
commit
fe7ac11abc
2 changed files with 23 additions and 0 deletions
|
@ -309,6 +309,10 @@ export default class BasicMessageEditor extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
getEditableRootNode() {
|
||||
return this._editorRef;
|
||||
}
|
||||
|
||||
isModified() {
|
||||
return this._modifiedFlag;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue