We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daaae6 commit 14f25c7Copy full SHA for 14f25c7
libraries/inview.js
@@ -81,12 +81,14 @@
81
}
82
83
function process() {
84
+ if (isLocked()) return;
85
const registeredCount = registered.length;
86
if (registeredCount === 0) return;
87
const executables = registered.slice(0)
88
executables.forEach(processItem);
89
90
function processItem(item) {
91
92
const measurement = getMeasurement(item.element);
93
const uniqueMeasurementId = measurement.uniqueMeasurementId;
94
const hasMeasureChanged = (
0 commit comments