forked from 0x2620/pandora
fix folder collapsed state per section
This commit is contained in:
parent
e41b7e19d4
commit
dcdbfee72d
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ pandora.ui.folders = function(section) {
|
||||||
}
|
}
|
||||||
pandora.$ui.folder[i] = Ox.CollapsePanel({
|
pandora.$ui.folder[i] = Ox.CollapsePanel({
|
||||||
id: folder.id,
|
id: folder.id,
|
||||||
collapsed: !ui.showFolder.items[folder.id],
|
collapsed: !ui.showFolder[section][folder.id],
|
||||||
extras: extras,
|
extras: extras,
|
||||||
size: 16,
|
size: 16,
|
||||||
title: Ox._(folder.title)
|
title: Ox._(folder.title)
|
||||||
|
|
Loading…
Reference in a new issue