@openreplay/tracker-assist
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -1,3 +0,7 @@ | ||
## 6.0.1 | ||
## 6.0.2 | ||
- fix cursor position for remote control | ||
## 6.0.1 | ||
- few small fixes for reconnects | ||
@@ -4,0 +8,0 @@ |
@@ -27,3 +27,3 @@ import type { Properties } from 'csstype'; | ||
private readonly noSecureMode; | ||
readonly version = "6.0.1"; | ||
readonly version = "6.0.2"; | ||
private socket; | ||
@@ -30,0 +30,0 @@ private peer; |
@@ -25,3 +25,3 @@ "use strict"; | ||
this.noSecureMode = noSecureMode; | ||
this.version = '6.0.1'; | ||
this.version = '6.0.2'; | ||
this.socket = null; | ||
@@ -28,0 +28,0 @@ this.peer = null; |
@@ -39,2 +39,5 @@ "use strict"; | ||
pointerEvents: 'none', | ||
// adjusting the svg empty space | ||
marginTop: '-1px', | ||
marginLeft: '-2px', | ||
}); | ||
@@ -41,0 +44,0 @@ } |
@@ -27,3 +27,3 @@ import type { Properties } from 'csstype'; | ||
private readonly noSecureMode; | ||
readonly version = "6.0.1"; | ||
readonly version = "6.0.2"; | ||
private socket; | ||
@@ -30,0 +30,0 @@ private peer; |
@@ -23,3 +23,3 @@ import { connect, } from 'socket.io-client'; | ||
this.noSecureMode = noSecureMode; | ||
this.version = '6.0.1'; | ||
this.version = '6.0.2'; | ||
this.socket = null; | ||
@@ -26,0 +26,0 @@ this.peer = null; |
@@ -37,2 +37,5 @@ export default class Mouse { | ||
pointerEvents: 'none', | ||
// adjusting the svg empty space | ||
marginTop: '-1px', | ||
marginLeft: '-2px', | ||
}); | ||
@@ -39,0 +42,0 @@ } |
{ | ||
"name": "@openreplay/tracker-assist", | ||
"description": "Tracker plugin for screen assistance through the WebRTC", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "WebRTC", |
174161
3907