| Index: sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| diff --git a/sky/sdk/lib/framework/components2/popup_menu_item.dart b/sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| index 942f0ebd7ffde8f4b69da96052cfa0085c49b093..8c5a4c8f9478e9e6637073be4cba99bad86940db 100644
|
| --- a/sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| +++ b/sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| @@ -16,7 +16,7 @@ class PopupMenuItem extends Component {
|
| constraints: const BoxConstraints(minWidth: 112.0),
|
| padding: const EdgeDims.all(16.0),
|
| // TODO(abarth): opacity: opacity,
|
| - child: new InkWell(children: children)
|
| + child: new BlockContainer(children: children)
|
| );
|
| }
|
| }
|
|
|