We were only calling 'watch' method on nodes added through mutations on the page. Nodes that were already on the page when Clarity activates never got their event listeners attached, so we were failing to observe scrolls/inputs/change on those elements.
We were only calling 'watch' method on nodes added through mutations on the page. Nodes that were already on the page when Clarity activates never got their event listeners attached, so we were failing to observe scrolls/inputs/change on those elements.