We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410fb07 commit 1a54ad4Copy full SHA for 1a54ad4
js/paintBucket.js
@@ -34,9 +34,6 @@ export default class PaintBucket {
34
}
35
36
this.active = true;
37
- const ptX = (event.clientX - this.main.elLeft()) + this.main.scroller.scrollLeft;
38
- const ptY = (event.clientY - this.main.elTop()) + this.main.scroller.scrollTop;
39
-
40
const cord = [
41
(event.clientX - this.main.elLeft()) + this.main.scroller.scrollLeft,
42
(event.clientY - this.main.elTop()) + this.main.scroller.scrollTop,
0 commit comments