@mjhls/mjh-framework 1.0.971-disable → 1.0.971-disable-v2
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/dist/cjs/View.js +1 -1
- package/dist/esm/View.js +1 -1
- package/package.json +1 -1
package/dist/cjs/View.js
CHANGED
|
@@ -2225,7 +2225,7 @@ var View = function View(props) {
|
|
|
2225
2225
|
}
|
|
2226
2226
|
}, []);
|
|
2227
2227
|
|
|
2228
|
-
|
|
2228
|
+
var disableInfiniteScroll = false;
|
|
2229
2229
|
var commentsEnabledInTaxonomy = Array.isArray(content_placement) && content_placement.some(function (t) {
|
|
2230
2230
|
return t.showComments === true;
|
|
2231
2231
|
});
|
package/dist/esm/View.js
CHANGED
|
@@ -2214,7 +2214,7 @@ var View = function View(props) {
|
|
|
2214
2214
|
}
|
|
2215
2215
|
}, []);
|
|
2216
2216
|
|
|
2217
|
-
|
|
2217
|
+
var disableInfiniteScroll = false;
|
|
2218
2218
|
var commentsEnabledInTaxonomy = Array.isArray(content_placement) && content_placement.some(function (t) {
|
|
2219
2219
|
return t.showComments === true;
|
|
2220
2220
|
});
|