Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const maintainInlineStyles = (

// If enter was pressed (or the block was otherwise split) we must maintain
// styles in the previous block as well
if (lastChangeType === 'split-block') {
if (lastChangeType === 'split-block' && contentState.getBlockBefore(blockKey) !== undefined) {
const newPrevBlock = mapInlineStyles(
contentState.getBlockBefore(blockKey)!,
inlineStyleStrategies,
Expand Down