Skip to content

Commit

Permalink
Merge branch 'pu/sd/fix_resp_westpanel' into '2024.11'
Browse files Browse the repository at this point in the history
Fix for collapse issue in MainScreen WestPanel on small devices

See merge request tine20/tine20!6130
  • Loading branch information
corneliusweiss committed Feb 28, 2025
2 parents f427de1 + 489693f commit 50ddc60
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 50ddc60

Please sign in to comment.