Make it so that bookmarks pasted into closed folders appear in the folder rather than the folder's peer.

b  = 27945
r  = pchen
sr = alecf
This commit is contained in:
sgehani%netscape.com 2001-05-02 22:51:10 +00:00
Родитель aef6edaa38
Коммит fc5720dd11
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -521,7 +521,6 @@ BookmarksUIElement.prototype = {
{
const lastSelected = aSelection[aSelection.length-1];
if (lastSelected.getAttribute("container") == "true" &&
lastSelected.getAttribute("open") == "true" &&
aSelection.length == 1)
return lastSelected;
return this.findRDFNode(lastSelected, false);