Skip to content

Commit

Permalink
Update public/js/document/printcontainer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 authored Aug 24, 2023
1 parent 45c44d1 commit e2a463a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/js/document/printcontainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ pimcore.document.printcontainer = Class.create(pimcore.document.printabstract, {
items.push(this.workflows.getLayout());
}

return pimcore.helpers.getTabBar({items: items, defaults: {autoScroll:true}});
this.tabbar = pimcore.helpers.getTabBar({items: items, defaults: {autoScroll:true}});
return this.tabbar;
}
});

0 comments on commit e2a463a

Please sign in to comment.