Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
bookmark star icon under URL not being updated right way when draggin…
Browse files Browse the repository at this point in the history
…g and dropping

This is part of the previos fix only going into 0.19.x and 0.20.x and
being refactored in master.

Auditors: @bsclifton

Fix #11284
  • Loading branch information
bbondy committed Oct 6, 2017
1 parent 7bb5286 commit 8e97420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/dnd.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports.prepareBookmarkDataFromCompatible = (dataTransfer) => {
if (!bookmark) {
bookmark = dndData.getDragData(dataTransfer, dragTypes.TAB)
if (bookmark) {
appActions.addSite(bookmark, siteTags.BOOKMARK)
appActions.addBookmark(bookmark, siteTags.BOOKMARK)
}
}
return bookmark
Expand Down

1 comment on commit 8e97420

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.