@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.umd.cjs
CHANGED
|
@@ -711,7 +711,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
711
711
|
originalAddEventListener$1.call(this, type, listener, options);
|
|
712
712
|
if (this instanceof Element) {
|
|
713
713
|
const eventType = type.toLowerCase();
|
|
714
|
-
console.info("Event type: ", eventType);
|
|
715
714
|
if (interactiveEvents$1.includes(eventType)) {
|
|
716
715
|
interactiveElementsRegistry$1.add(this);
|
|
717
716
|
}
|
|
@@ -5764,7 +5763,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
|
|
|
5764
5763
|
originalAddEventListener.call(this, type, listener, options);
|
|
5765
5764
|
if (this instanceof Element) {
|
|
5766
5765
|
const eventType = type.toLowerCase();
|
|
5767
|
-
console.info("Event type: ", eventType);
|
|
5768
5766
|
if (interactiveEvents.includes(eventType)) {
|
|
5769
5767
|
interactiveElementsRegistry.add(this);
|
|
5770
5768
|
}
|