From fdb5eff094141295d49013299ce4f6b4d04cba80 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=94=94=20useCopyOnSelect.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useCopyOnSelect.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useCopyOnSelect.ts b/src/hooks/useCopyOnSelect.ts index 778ef5a..facabb5 100644 --- a/src/hooks/useCopyOnSelect.ts +++ b/src/hooks/useCopyOnSelect.ts @@ -96,3 +96,4 @@ export function useSelectionBgColor(selection: Selection): void { selection.setSelectionBgColor(getTheme(themeName).selectionBg) }, [selection, themeName]) } +