forked from 0x2620/pandora
Fix New Smart Edit from Results/Selection
This commit is contained in:
parent
a0ffcac036
commit
63621399af
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ pandora.addFolderItem = function(section) {
|
|||
// FIXME: collapsing sets ui showFolder,
|
||||
// but should work the other way around
|
||||
// (same applies to addText, below)
|
||||
$folderList = pandora.$ui.folderList.personal;
|
||||
pandora.$ui.folder[0].options({collapsed: false});
|
||||
Ox.Request.clearCache(isItems ? 'findLists' : 'findEdits');
|
||||
$folderList.bindEventOnce({
|
||||
|
|
Loading…
Reference in a new issue