Skip to content

Commit b4ef5ac

Browse files
authored
stopPropagation shouldn't be needed here since the button is outside the canvas/desktop
1 parent f337437 commit b4ef5ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/clipboard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export function setupClipboard(trigger, clipboard, canvas) {
5353
trigger.classList.toggle("active");
5454
updatePosition();
5555
e.preventDefault();
56-
e.stopPropagation();
5756
});
5857

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

0 commit comments

Comments
 (0)