toggle toggle toggle
This commit is contained in:
parent
dd6d015fc0
commit
7890183e01
4 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ pandora.ui.leftPanel = function() {
|
|||
},
|
||||
toggle: function(data) {
|
||||
pandora.UI.set({showSidebar: !data.collapsed});
|
||||
pandora.$ui.mainMenu.getItem('viewMenu_togglelists').toggleTitle();
|
||||
if (data.collapsed) {
|
||||
Ox.forEach(pandora.$ui.folderList, function($list) {
|
||||
$list.loseFocus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue