From d09e725d98b8804ae446bd9b084509075d89afc3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 1 Aug 2025 13:07:58 +0300 Subject: [PATCH] fix(note_list): copy to clipboard button also opening note --- apps/client/src/services/syntax_highlight.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/services/syntax_highlight.ts b/apps/client/src/services/syntax_highlight.ts index 02089e09c..9b5592a6b 100644 --- a/apps/client/src/services/syntax_highlight.ts +++ b/apps/client/src/services/syntax_highlight.ts @@ -36,7 +36,9 @@ export function applyCopyToClipboardButton($codeBlock: JQuery) { const $copyButton = $("