@appsurify-testmap/rrweb-player 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-player.cjs +0 -2
- package/dist/rrweb-player.cjs.map +1 -1
- package/dist/rrweb-player.js +0 -2
- package/dist/rrweb-player.js.map +1 -1
- package/dist/rrweb-player.umd.cjs +0 -2
- package/dist/rrweb-player.umd.cjs.map +2 -2
- package/dist/rrweb-player.umd.min.cjs +2 -2
- package/dist/rrweb-player.umd.min.cjs.map +2 -2
- package/package.json +4 -4
|
@@ -575,7 +575,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
575
575
|
originalAddEventListener$1.call(this, type, listener, options);
|
|
576
576
|
if (this instanceof Element) {
|
|
577
577
|
const eventType = type.toLowerCase();
|
|
578
|
-
console.info("Event type: ", eventType);
|
|
579
578
|
if (interactiveEvents$1.includes(eventType)) {
|
|
580
579
|
interactiveElementsRegistry$1.add(this);
|
|
581
580
|
}
|
|
@@ -4690,7 +4689,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
4690
4689
|
originalAddEventListener.call(this, type, listener, options);
|
|
4691
4690
|
if (this instanceof Element) {
|
|
4692
4691
|
const eventType = type.toLowerCase();
|
|
4693
|
-
console.info("Event type: ", eventType);
|
|
4694
4692
|
if (interactiveEvents.includes(eventType)) {
|
|
4695
4693
|
interactiveElementsRegistry.add(this);
|
|
4696
4694
|
}
|