Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: chrome/browser/resources/md_bookmarks/list.html

Issue 2814023004: [MD Bookmarks] Right click on bookmark items open context menu. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_bookmarks/list.html
diff --git a/chrome/browser/resources/md_bookmarks/list.html b/chrome/browser/resources/md_bookmarks/list.html
index 0ff6604e9ddf770f41eccbf6a26102d50c6ddc75..f4c11eaf81d437dc920b92ed0b3d58ae1ec7c3c2 100644
--- a/chrome/browser/resources/md_bookmarks/list.html
+++ b/chrome/browser/resources/md_bookmarks/list.html
@@ -35,7 +35,7 @@
justify-content: center;
}
</style>
- <dialog is="cr-action-menu" id="dropdown">
+ <dialog is="cr-action-menu" id="dropdown" on-mousedown="onMenuMousedown_">
<button class="dropdown-item" on-tap="onEditTap_">
[[getEditActionLabel_(menuItem_)]]
</button>

Powered by Google App Engine
This is Rietveld 408576698