Skip to content

Commit

Permalink
ユーザがリアクションボタンについて自由に変更出来るように
Browse files Browse the repository at this point in the history
  • Loading branch information
donokoanoko committed Nov 22, 2023
1 parent a41118f commit 40d7a87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ document.getElementById("display").addEventListener("click", () => {
});

document.getElementById("position_x").addEventListener("input", (position) => {
console.log("move_x");
setting.position.x = position.target.value;

move_heart(setting);
Expand Down

0 comments on commit 40d7a87

Please sign in to comment.