| Index: sky/engine/core/editing/InsertParagraphSeparatorCommand.cpp
|
| diff --git a/sky/engine/core/editing/InsertParagraphSeparatorCommand.cpp b/sky/engine/core/editing/InsertParagraphSeparatorCommand.cpp
|
| index e34f3932b8239c079ffdf90915ac087a7f57158c..f874fd2457ef3698e7a352cae2ad0eebd20d39b6 100644
|
| --- a/sky/engine/core/editing/InsertParagraphSeparatorCommand.cpp
|
| +++ b/sky/engine/core/editing/InsertParagraphSeparatorCommand.cpp
|
| @@ -135,11 +135,6 @@ void InsertParagraphSeparatorCommand::doApply()
|
| calculateStyleBeforeInsertion(insertionPosition);
|
|
|
| //---------------------------------------------------------------------
|
| - // Handle special case of typing return on an empty list item
|
| - if (breakOutOfEmptyListItem())
|
| - return;
|
| -
|
| - //---------------------------------------------------------------------
|
| // Prepare for more general cases.
|
|
|
| bool isFirstInBlock = isStartOfBlock(visiblePos);
|
|
|