| Index: sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| diff --git a/sky/engine/core/editing/ApplyBlockElementCommand.cpp b/sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| index 44a958631e5273a741da2bc30b3aa00353eaa398..af2b3c63dfa96783dc88a74a067cc7f571cee09c 100644
|
| --- a/sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| +++ b/sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| @@ -90,7 +90,7 @@ void ApplyBlockElementCommand::doApply()
|
|
|
| formatSelection(startOfSelection, endOfSelection);
|
|
|
| - document().updateLayoutIgnorePendingStylesheets();
|
| + document().updateLayout();
|
|
|
| ASSERT(startScope == endScope);
|
| ASSERT(startIndex >= 0);
|
|
|