Merge pull request #3358 from matrix-org/bwindels/cider-paste-images
New composer: support pasting files
This commit is contained in:
commit
5105140902
2 changed files with 23 additions and 0 deletions
|
@ -332,6 +332,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