forked from mirrors/gecko-dev
Bug 1415056 - re-enable animations in the palette in customize mode, r=jaws
MozReview-Commit-ID: DXYBPCdXMBG --HG-- extra : rebase_source : b19fabd92e2709909259b1517edba4b82a365f32
This commit is contained in:
parent
6560863eb2
commit
3aefd1d81c
1 changed files with 1 additions and 1 deletions
|
|
@ -1825,7 +1825,7 @@ CustomizeMode.prototype = {
|
|||
return;
|
||||
}
|
||||
|
||||
let targetAreaType = CustomizableUI.getAreaType(targetArea.id);
|
||||
let targetAreaType = CustomizableUI.getPlaceForItem(targetArea);
|
||||
let targetNode = this._getDragOverNode(aEvent, targetArea, targetAreaType, draggedItemId);
|
||||
|
||||
// We need to determine the place that the widget is being dropped in
|
||||
|
|
|
|||
Loading…
Reference in a new issue