Skip to content

Commit

Permalink
Update app/javascript/packs/controllers/copy_controller.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kazuto Kusama <jacopen@gmail.com>
  • Loading branch information
takaishi and jacopen authored Aug 25, 2024
1 parent ab118d6 commit 891e13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/packs/controllers/copy_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default class extends Controller {
static targets = ["button", "url"]

copy(event) {
console.log("AAAAAAAAAAAAAAAAAAAAAA")

event.preventDefault();
const url = this.urlTarget.textContent;
const parent = event.target.parentElement;
Expand Down

0 comments on commit 891e13f

Please sign in to comment.