@riosst100/pwa-marketplace 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riosst100/pwa-marketplace",
3
3
  "author": "riosst100@gmail.com",
4
- "version": "1.4.1",
4
+ "version": "1.4.2",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -116,8 +116,8 @@ const MegaMenuItem = props => {
116
116
  handleMenuItemFocus();
117
117
  }}
118
118
  onMouseLeave={e => {
119
- // handleClickOutside(e);
120
- // handleCloseSubMenu();
119
+ handleClickOutside(e);
120
+ handleCloseSubMenu();
121
121
  }}
122
122
  >
123
123
  <Link