mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Bug 430948 - Places:Drag & Drop a Favicon or a Link to Bookmarks Toolbar, Bookmarks Menu or Sidebar Bookmarks does not work. (r=mano, a=damon)
This commit is contained in:
parent
0fea72b1b5
commit
f3c68bc65c
@ -1458,7 +1458,7 @@ var PlacesControllerDragHelper = {
|
||||
transactions.push(PlacesUIUtils.ptm.tagURI(uri,[tagItemId]));
|
||||
}
|
||||
else {
|
||||
if (!this.canMoveContainer(unwrapped.id, null))
|
||||
if (unwrapped.id && !this.canMoveContainer(unwrapped.id, null))
|
||||
copy = true;
|
||||
else if (unwrapped.concreteId &&
|
||||
!this.canMoveContainer(unwrapped.concreteId, null))
|
||||
|
Loading…
x
Reference in New Issue
Block a user