@appsurify-testmap/rrweb-record 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-record.cjs +0 -2
- package/dist/rrweb-record.cjs.map +1 -1
- package/dist/rrweb-record.js +0 -2
- package/dist/rrweb-record.js.map +1 -1
- package/dist/rrweb-record.umd.cjs +0 -2
- package/dist/rrweb-record.umd.cjs.map +2 -2
- package/dist/rrweb-record.umd.min.cjs +2 -2
- package/dist/rrweb-record.umd.min.cjs.map +2 -2
- package/package.json +3 -3
package/dist/rrweb-record.cjs
CHANGED
|
@@ -654,7 +654,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
654
654
|
originalAddEventListener$1.call(this, type, listener, options);
|
|
655
655
|
if (this instanceof Element) {
|
|
656
656
|
const eventType = type.toLowerCase();
|
|
657
|
-
console.info("Event type: ", eventType);
|
|
658
657
|
if (interactiveEvents$1.includes(eventType)) {
|
|
659
658
|
interactiveElementsRegistry$1.add(this);
|
|
660
659
|
}
|
|
@@ -5224,7 +5223,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
5224
5223
|
originalAddEventListener.call(this, type, listener, options);
|
|
5225
5224
|
if (this instanceof Element) {
|
|
5226
5225
|
const eventType = type.toLowerCase();
|
|
5227
|
-
console.info("Event type: ", eventType);
|
|
5228
5226
|
if (interactiveEvents.includes(eventType)) {
|
|
5229
5227
|
interactiveElementsRegistry.add(this);
|
|
5230
5228
|
}
|