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 82c70a7 commit c33414dCopy full SHA for c33414d
src/App.js
@@ -12,10 +12,10 @@ class App extends Component {
12
console.log("Clear Board");
13
const context = document.getElementById('canvas').getContext('2d');
14
context.clearRect(0, 0, context.canvas.width, context.canvas.height);
15
- paint = false;
16
- clickX = [];
17
- clickY = [];
18
- clickDrag = [];
+ // paint = false;
+ // clickX = [];
+ // clickY = [];
+ // clickDrag = [];
19
20
}
21
0 commit comments