Commenting on what the previous patch actually does, same reviewers

This commit is contained in:
neil%parkwaycc.co.uk 2004-03-05 15:15:38 +00:00
Родитель c5f49c2780
Коммит c7d93abf4f
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -647,6 +647,7 @@
if (!selectionLength)
this.mOuter._target = null;
else {
// Paste or create items into an expanded folder, otherwise after the selected item.
var orient = selection.isExpanded[0] ? BookmarksUtils.DROP_ON : BookmarksUtils.DROP_AFTER;
this.mOuter._target = this.mOuter.getTreeTarget(selection.item[0], selection.parent[0], orient);
}