зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
44d79f54f7
Коммит
b2be99f0e0
|
@ -1458,7 +1458,7 @@ var PlacesControllerDragHelper = {
|
||||||
transactions.push(PlacesUIUtils.ptm.tagURI(uri,[tagItemId]));
|
transactions.push(PlacesUIUtils.ptm.tagURI(uri,[tagItemId]));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (!this.canMoveContainer(unwrapped.id, null))
|
if (unwrapped.id && !this.canMoveContainer(unwrapped.id, null))
|
||||||
copy = true;
|
copy = true;
|
||||||
else if (unwrapped.concreteId &&
|
else if (unwrapped.concreteId &&
|
||||||
!this.canMoveContainer(unwrapped.concreteId, null))
|
!this.canMoveContainer(unwrapped.concreteId, null))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче