Skip to content

Commit c33414d

Browse files
committed
fix
1 parent 82c70a7 commit c33414d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/App.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ class App extends Component {
1212
console.log("Clear Board");
1313
const context = document.getElementById('canvas').getContext('2d');
1414
context.clearRect(0, 0, context.canvas.width, context.canvas.height);
15-
paint = false;
16-
clickX = [];
17-
clickY = [];
18-
clickDrag = [];
15+
// paint = false;
16+
// clickX = [];
17+
// clickY = [];
18+
// clickDrag = [];
1919

2020
}
2121

0 commit comments

Comments
 (0)