@appsurify-testmap/rrweb 2.0.0-alpha.31 → 2.0.0-alpha.32
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/rrweb.cjs +0 -2
- package/dist/rrweb.cjs.map +1 -1
- package/dist/rrweb.js +0 -2
- package/dist/rrweb.js.map +1 -1
- package/dist/rrweb.umd.cjs +0 -2
- package/dist/rrweb.umd.cjs.map +2 -2
- package/dist/rrweb.umd.min.cjs +2 -2
- package/dist/rrweb.umd.min.cjs.map +2 -2
- package/package.json +5 -5
package/dist/rrweb.js
CHANGED
|
@@ -664,7 +664,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
664
664
|
originalAddEventListener$1.call(this, type, listener, options);
|
|
665
665
|
if (this instanceof Element) {
|
|
666
666
|
const eventType = type.toLowerCase();
|
|
667
|
-
console.info("Event type: ", eventType);
|
|
668
667
|
if (interactiveEvents$1.includes(eventType)) {
|
|
669
668
|
interactiveElementsRegistry$1.add(this);
|
|
670
669
|
}
|
|
@@ -5713,7 +5712,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
5713
5712
|
originalAddEventListener.call(this, type, listener, options);
|
|
5714
5713
|
if (this instanceof Element) {
|
|
5715
5714
|
const eventType = type.toLowerCase();
|
|
5716
|
-
console.info("Event type: ", eventType);
|
|
5717
5715
|
if (interactiveEvents.includes(eventType)) {
|
|
5718
5716
|
interactiveElementsRegistry.add(this);
|
|
5719
5717
|
}
|