From b4ef5acdd8b0b48319568c6cbad2b85b4495d90b Mon Sep 17 00:00:00 2001 From: Simon Li Date: Fri, 12 Jul 2024 14:25:27 +0100 Subject: [PATCH] stopPropagation shouldn't be needed here since the button is outside the canvas/desktop --- js/clipboard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/clipboard.js b/js/clipboard.js index ef2a26ae..6827590a 100644 --- a/js/clipboard.js +++ b/js/clipboard.js @@ -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