@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.js
CHANGED
|
@@ -652,7 +652,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
652
652
|
originalAddEventListener$1.call(this, type, listener, options);
|
|
653
653
|
if (this instanceof Element) {
|
|
654
654
|
const eventType = type.toLowerCase();
|
|
655
|
-
console.info("Event type: ", eventType);
|
|
656
655
|
if (interactiveEvents$1.includes(eventType)) {
|
|
657
656
|
interactiveElementsRegistry$1.add(this);
|
|
658
657
|
}
|
|
@@ -5222,7 +5221,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
5222
5221
|
originalAddEventListener.call(this, type, listener, options);
|
|
5223
5222
|
if (this instanceof Element) {
|
|
5224
5223
|
const eventType = type.toLowerCase();
|
|
5225
|
-
console.info("Event type: ", eventType);
|
|
5226
5224
|
if (interactiveEvents.includes(eventType)) {
|
|
5227
5225
|
interactiveElementsRegistry.add(this);
|
|
5228
5226
|
}
|