Skip to content

Commit 3f2295f

Browse files
authored
Allow browser back/forward button to shipping step
- Set visibility (before just everything disappeared when going back to the shipping step) - The comment was misleading
1 parent feb1c5a commit 3f2295f

File tree

1 file changed

+1
-4
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+1
-4
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,8 @@ define([
126126
return this;
127127
},
128128

129-
/**
130-
* Load data from server for shipping step
131-
*/
132129
navigate: function () {
133-
//load data from server for shipping step
130+
this.isVisible(true);
134131
},
135132

136133
/**

0 commit comments

Comments
 (0)