From 3aefd1d81c53d29c7fa032714af25b51a199258d Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Mon, 4 Dec 2017 12:15:10 +0000 Subject: [PATCH] Bug 1415056 - re-enable animations in the palette in customize mode, r=jaws MozReview-Commit-ID: DXYBPCdXMBG --HG-- extra : rebase_source : b19fabd92e2709909259b1517edba4b82a365f32 --- browser/components/customizableui/CustomizeMode.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/customizableui/CustomizeMode.jsm b/browser/components/customizableui/CustomizeMode.jsm index 179e1fa3e19e..ba190268d440 100644 --- a/browser/components/customizableui/CustomizeMode.jsm +++ b/browser/components/customizableui/CustomizeMode.jsm @@ -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