Skip to content

Commit

Permalink
Update client/src/legacy/TabSet.js
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
  • Loading branch information
lekoala and GuySartorelli committed Jun 21, 2022
1 parent d36f412 commit c5aecd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/legacy/TabSet.js
Expand Up @@ -28,6 +28,7 @@ $.entwine('ss', function($){
this.on(
'tabscreate',
function (event, { panel }) {
this.lazyLoadGridFields(panel);
this.triggerLazyLoad(panel);
}.bind(this)
);
Expand Down

0 comments on commit c5aecd2

Please sign in to comment.