| 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>
|
|
|