mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Remove log
This commit is contained in:
parent
778d823820
commit
9cfc591dd9
1 changed files with 0 additions and 2 deletions
|
@ -455,8 +455,6 @@ class NoticeComponent extends React.Component<NoticeProps, NoticeState> {
|
||||||
const deltaX = mouseX - this.state.mouseDownInfo.x;
|
const deltaX = mouseX - this.state.mouseDownInfo.x;
|
||||||
const deltaY = mouseY - this.state.mouseDownInfo.y;
|
const deltaY = mouseY - this.state.mouseDownInfo.y;
|
||||||
|
|
||||||
console.log(deltaX, deltaY)
|
|
||||||
|
|
||||||
if (deltaX > 0 || deltaY > 0) this.setState({ mouseMoved: true });
|
if (deltaX > 0 || deltaY > 0) this.setState({ mouseMoved: true });
|
||||||
|
|
||||||
const element = this.parentRef.current;
|
const element = this.parentRef.current;
|
||||||
|
|
Loading…
Reference in a new issue