Skip to content

Commit

Permalink
stopPropagation shouldn't be needed here since the button is outside …
Browse files Browse the repository at this point in the history
…the canvas/desktop
  • Loading branch information
manics authored Jul 12, 2024
1 parent f337437 commit b4ef5ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export function setupClipboard(trigger, clipboard, canvas) {
trigger.classList.toggle("active");
updatePosition();
e.preventDefault();
e.stopPropagation();
});

// If the clipboard is clicked this should not be passed to the desktop
Expand Down

0 comments on commit b4ef5ac

Please sign in to comment.