提交 7337284e 编写于 作者: H Hixie

syncFields() should not sync something you set up in initState(). They are separate concepts.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1233143004 .
上级 7249a7f0
......@@ -109,7 +109,6 @@ class PopupMenu extends AnimatedComponent {
controller = source.controller;
items = source.items;
level = source.level;
_painter = source._painter;
super.syncFields(source);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册