fixing middle click in menus

git-svn-id: svn://10.0.0.236/trunk@141630 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
chanial%noos.fr
2003-04-22 23:12:25 +00:00
parent f790315977
commit 20126ee452

View File

@@ -347,7 +347,7 @@ var BookmarksMenu = {
// unlike for command events, we have to close the menus manually
BookmarksMenuDNDObserver.mCurrentDragOverTarget = null;
BookmarksMenuDNDObserver.onDragCloseTarget();
this.loadBookmark(aEvent, aDS);
this.loadBookmark(aEvent, aEvent.target, aDS);
}
}