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

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

Issue 2758703002: [WIP] MD Bookmarks Drag and Drop. (Closed)
Patch Set: Created 3 years, 9 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 d36a1f4941b5eb1a329b7d980c617d9bb2f565f3..b2f01c61f83c0dd94f3f83bad9be94dc727b2726 100644
--- a/chrome/browser/resources/md_bookmarks/list.html
+++ b/chrome/browser/resources/md_bookmarks/list.html
@@ -74,7 +74,7 @@
</dialog>
<div id="bookmarksCard" hidden$="[[isEmptyList_(displayedList_.length)]]">
<template is="dom-repeat" items="[[displayedList_]]" as="id">
- <bookmarks-item item-id="[[id]]">
+ <bookmarks-item item-id="[[id]]" draggable="true">
</bookmarks-item>
</template>
</div>
« no previous file with comments | « chrome/browser/resources/md_bookmarks/item.html ('k') | chrome/browser/resources/md_bookmarks/shared_style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698