Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Feb 28, 2025
2 parents fd266ac + 50ddc60 commit 59133bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Tinebase/js/widgets/MainScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Tine.widgets.MainScreen = Ext.extend(Ext.Panel, {
[{
iconCls: 'tine-mainscreen-grid-responsive-func-menu',
handler: () => {
!this.layout.west.isCollapsed ? this.westRegionPanel.collapse() : Ext.emptyFn() ;
this.layout.west.slideOut()
}
}, new Ext.Container({
Expand Down

0 comments on commit 59133bb

Please sign in to comment.