| Index: sky/examples/fn/lib/component.dart
|
| diff --git a/sky/examples/fn/lib/component.dart b/sky/examples/fn/lib/component.dart
|
| index 1503e6348cf5d16475da53b0949efccfb8117981..93900235baf743fac42d7e14a7a32dc388a11d52 100644
|
| --- a/sky/examples/fn/lib/component.dart
|
| +++ b/sky/examples/fn/lib/component.dart
|
| @@ -103,6 +103,8 @@ abstract class Component extends Node {
|
| _currentlyRendering = null;
|
| _currentOrder = lastOrder;
|
|
|
| + _rendered.events.addAll(events);
|
| +
|
| _dirty = false;
|
|
|
| // TODO(rafaelw): This prevents components from returning different node
|
|
|