Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Tinebase/js): force ctxmenu layout if ownerct is set
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng-dev committed May 10, 2023
1 parent f2b3bc1 commit e95c1b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tine20/Tinebase/js/widgets/grid/GridPanel.js
Expand Up @@ -2023,7 +2023,8 @@ Ext.extend(Tine.widgets.grid.GridPanel, Ext.Panel, {
key: 'Tinebase-MainContextMenu'
}]
});

this.contextMenu.doLayout(false, true);

this.actionUpdater.addActions(this.contextMenu.items);
}

Expand Down

0 comments on commit e95c1b9

Please sign in to comment.