提交 db1fb680 编写于 作者: A Adam Barth

Fix event propagation

I missed one rename in my Listener CL.

TBR=ianh@google.com

Review URL: https://codereview.chromium.org/1180243003.
上级 f49bcdd7
......@@ -758,7 +758,7 @@ class WidgetAppView extends AppView {
continue;
RenderObject targetRoot = target.root;
while (target != null && target.root == targetRoot) {
if (target is EventListener)
if (target is Listener)
target._handleEvent(event);
target = target._parent;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册