use-selection.ts

This commit is contained in:
nirholas
2026-03-31 10:23:40 +00:00
parent 136bddb72c
commit 4df6bcbe7c

View File

@@ -102,3 +102,4 @@ export function useHasSelection(): boolean {
ink ? ink.hasTextSelection : ALWAYS_FALSE,
)
}