mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix quote post slate update
Missed API update
This commit is contained in:
parent
dfb4c594a8
commit
4d1f2cdfa9
@ -428,7 +428,7 @@ export default class MessageComposerInput extends React.Component {
|
||||
this.onChange(change);
|
||||
} else {
|
||||
let fragmentChange = fragment.change();
|
||||
fragmentChange.moveToRangeOf(fragment.document)
|
||||
fragmentChange.moveToRangeOfNode(fragment.document)
|
||||
.wrapBlock(quote);
|
||||
|
||||
// FIXME: handle pills and use commonmark rather than md-serialize
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user