Skip to content

Commit 3128f26

Browse files
committed
MAGETWO-92406: Pagebuilder - Initial load of Storefront with Tabs does not allow click between tabs
- Ensure mage/tabs is loaded before init of tabs
1 parent 95e26d9 commit 3128f26

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/PageBuilder/view/frontend/web/js

1 file changed

+1
-0
lines changed

app/code/Magento/PageBuilder/view/frontend/web/js/default.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ requirejs([
99
'jquery',
1010
'Magento_PageBuilder/js/utils/map',
1111
'jquery/ui',
12+
'mage/tabs',
1213
'slick',
1314
'jarallax'
1415
], function ($, GoogleMap) {

0 commit comments

Comments
 (0)