henrybuilt-js-library
Advanced tools
Comparing version 1.8.271 to 1.8.272
{ | ||
"name": "henrybuilt-js-library", | ||
"version": "1.8.271", | ||
"version": "1.8.272", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ var determineDomain = require('../determine-domain/determine-domain'); | ||
var setActiveCategory = ({key}) => { | ||
if (key !== 'none' && activeCategoryKey === key) { | ||
if (key !== 'none' && activeCategoryKey === key && window.innerWidth <= 800) { | ||
activeCategoryKey = 'none'; | ||
@@ -41,0 +41,0 @@ } |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
873836