This commit is contained in:
Ran Luo 2019-10-23 03:05:41 +08:00 committed by Felix Häusler
parent 5f0ef2c8e6
commit 8b593bdd86

View File

@ -498,6 +498,9 @@ const backspaceCtrl = ContentState => {
start: { key, offset },
end: { key, offset }
}
if (this.isCollapse()) {
this.checkInlineUpdate(preBlock)
}
this.partialRender()
}
}