зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
aef6edaa38
Коммит
fc5720dd11
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче