| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index 5ab343329e7077c3761a20c9b8b526df0e6378c2..a111309ea6a361e974196104d521dde774041e95 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -642,6 +642,9 @@ bool ShelfView::ShouldEventActivateButton(View* view, const ui::Event& event) {
|
| void ShelfView::PointerPressedOnButton(views::View* view,
|
| Pointer pointer,
|
| const ui::LocatedEvent& event) {
|
| + if (IsShowingMenu()) {
|
| + launcher_menu_runner_->Cancel();
|
| + }
|
| if (drag_view_)
|
| return;
|
|
|
|
|