提交 ddc2ffd0 编写于 作者: H Hixie

[Effen] typo fix: 'cusor' => 'cursor' in editable_text.dart

TBR=eseidel

Review URL: https://codereview.chromium.org/1070313005
上级 1c5cac4e
......@@ -12,7 +12,7 @@ class EditableText extends Component {
display: inline;'''
);
static final Style _cusorStyle = new Style('''
static final Style _cursorStyle = new Style('''
display: inline-flex;
width: 2px;
height: 1.2em;
......@@ -86,7 +86,7 @@ class EditableText extends Component {
}
if (_showCursor)
children.add(new Container(key: 'cursor', style: _cusorStyle));
children.add(new Container(key: 'cursor', style: _cursorStyle));
return new Container(
style: _style,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册