@appsurify-testmap/rrweb-player 2.0.0-alpha.31 → 2.0.0-alpha.35
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
package/dist/rrweb-player.cjs
CHANGED
|
@@ -545,7 +545,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
545
545
|
originalAddEventListener$1.call(this, type, listener, options);
|
|
546
546
|
if (this instanceof Element) {
|
|
547
547
|
const eventType = type.toLowerCase();
|
|
548
|
-
console.info("Event type: ", eventType);
|
|
549
548
|
if (interactiveEvents$1.includes(eventType)) {
|
|
550
549
|
interactiveElementsRegistry$1.add(this);
|
|
551
550
|
}
|
|
@@ -4656,7 +4655,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
4656
4655
|
originalAddEventListener.call(this, type, listener, options);
|
|
4657
4656
|
if (this instanceof Element) {
|
|
4658
4657
|
const eventType = type.toLowerCase();
|
|
4659
|
-
console.info("Event type: ", eventType);
|
|
4660
4658
|
if (interactiveEvents.includes(eventType)) {
|
|
4661
4659
|
interactiveElementsRegistry.add(this);
|
|
4662
4660
|
}
|