Fix quote post slate update
Missed API update
This commit is contained in:
parent
dfb4c594a8
commit
4d1f2cdfa9
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ export default class MessageComposerInput extends React.Component {
|
||||||
this.onChange(change);
|
this.onChange(change);
|
||||||
} else {
|
} else {
|
||||||
let fragmentChange = fragment.change();
|
let fragmentChange = fragment.change();
|
||||||
fragmentChange.moveToRangeOf(fragment.document)
|
fragmentChange.moveToRangeOfNode(fragment.document)
|
||||||
.wrapBlock(quote);
|
.wrapBlock(quote);
|
||||||
|
|
||||||
// FIXME: handle pills and use commonmark rather than md-serialize
|
// FIXME: handle pills and use commonmark rather than md-serialize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue