| 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 05bb41182f199536d1cee8116a7424b7bb67f45a..0ff6604e9ddf770f41eccbf6a26102d50c6ddc75 100644
|
| --- a/chrome/browser/resources/md_bookmarks/list.html
|
| +++ b/chrome/browser/resources/md_bookmarks/list.html
|
| @@ -49,7 +49,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>
|
|
|