Bug 384936 - Folders in bookmarks menu are inaccessible after moving a bookmark to/in the menu. r=sspitzer.

This commit is contained in:
mozilla.mano@sent.com 2007-06-18 19:25:41 -07:00
parent 63877692e9
commit df5b1d76e7

View File

@ -821,7 +821,6 @@
if (dropPoint == null)
return;
PlacesControllerDragHelper.onDrop(null, this._self, dropPoint.ip);
this._self._rebuild();
},
onDragExit: function TBV_DO_onDragExit(event, session) {