Skip to content

Commit

Permalink
Fix for collapse issue in MainScreen WestPanel on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Deshar authored and corneliusweiss committed Feb 28, 2025
1 parent f08f3a1 commit 489693f
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 @@ -77,6 +77,7 @@ Tine.widgets.MainScreen = Ext.extend(Ext.Panel, {
[{
iconCls: 'action_menu',
handler: () => {
!this.layout.west.isCollapsed ? this.westRegionPanel.collapse() : Ext.emptyFn() ;
this.layout.west.slideOut()
}
}, '->', {
Expand Down

0 comments on commit 489693f

Please sign in to comment.