fix(frontend-assist): no coordinates log (slows)
This commit is contained in:
parent
55d8db1718
commit
b784f74f61
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export default abstract class BaseScreen {
|
|||
|
||||
getInternalCoordinates({ x, y }: Point): Point {
|
||||
const { x: overlayX, y: overlayY, width } = this.getBoundingClientRect();
|
||||
console.log("x y ", x,y,'ovx y', overlayX, overlayY, width)
|
||||
//console.log("x y ", x,y,'ovx y', overlayX, overlayY, width)
|
||||
|
||||
const screenWidth = this.overlay.offsetWidth;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue