Skip to content

Commit

Permalink
Update public/js/document/printpage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 authored Aug 24, 2023
1 parent e2a463a commit ea4414d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/js/document/printpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ pimcore.document.printpage = 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;
}
});

Expand Down

0 comments on commit ea4414d

Please sign in to comment.