Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brimdata/zui
/ clearTextSelection
Function
clearTextSelection
apps/zui/src/js/lib/win.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
},
9
10
clearTextSelection() {
11
window.getSelection && window.getSelection().empty()
12
},
13
14
selectText(node: HTMLElement) {
15
if
(window.getSelection) {
Callers
nothing calls this directly
Calls
1
empty
Method · 0.65
Tested by
no test coverage detected