Skip to content

Commit 4c0cec9

Browse files
authored
Merge pull request #107 from CSFelix/CSFelix-patch-1
📦 Updated
2 parents c9b6646 + 8431875 commit 4c0cec9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

assets/js/scripts/click-burst.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ const circle = new mojs.Shape({
4444
document.onclick = (e) => {
4545
const position = { x: e.pageX, y: e.pageY };
4646

47-
circle.tune(position);
48-
circle.replay();
47+
// - The circle object does not allow user to click on forms, buttons and other interactive
48+
// elements in the page.
49+
//
50+
// circle.tune(position);
51+
// circle.replay();
4952

5053
burst.tune(position);
5154
burst.replay();

0 commit comments

Comments
 (0)