| Index: sky/engine/core/editing/Editor.cpp
|
| diff --git a/sky/engine/core/editing/Editor.cpp b/sky/engine/core/editing/Editor.cpp
|
| index 8046412e5d5abff8d6b3bf86bbc6cbb6d04e3678..413815f2c35e0366cfc9a90ba3cbff13ffc89dfd 100644
|
| --- a/sky/engine/core/editing/Editor.cpp
|
| +++ b/sky/engine/core/editing/Editor.cpp
|
| @@ -598,7 +598,7 @@ void Editor::redo()
|
| void Editor::setBaseWritingDirection(WritingDirection direction)
|
| {
|
| RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
|
| - style->setProperty(CSSPropertyDirection, direction == LeftToRightWritingDirection ? "ltr" : direction == RightToLeftWritingDirection ? "rtl" : "inherit", false);
|
| + style->setProperty(CSSPropertyDirection, direction == LeftToRightWritingDirection ? "ltr" : direction == RightToLeftWritingDirection ? "rtl" : "inherit");
|
| }
|
|
|
| void Editor::revealSelectionAfterEditingOperation(const ScrollAlignment& alignment, RevealExtentOption revealExtentOption)
|
|
|