🔔 useCopyOnSelect.ts

This commit is contained in:
nirholas
2026-03-31 10:23:34 +00:00
parent 8130a69a0b
commit fdb5eff094

View File

@@ -96,3 +96,4 @@ export function useSelectionBgColor(selection: Selection): void {
selection.setSelectionBgColor(getTheme(themeName).selectionBg)
}, [selection, themeName])
}