Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/editablejs/editable
/ onSelect
Function
onSelect
apps/docs/src/configs/context-menu-items.tsx:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
rightText: Hotkey.format(
'mod+x'
),
23
disabled: isDisabled,
24
onSelect() {
25
editor.cut()
26
},
27
},
28
{
29
key:
'copy'
,
Callers
7
handleSelect
Function · 0.50
ContextMenuItem
Function · 0.50
handleSelect
Function · 0.50
handleSelect
Function · 0.50
triggerSelect
Function · 0.50
handleSelect
Function · 0.50
renderItem
Function · 0.50
Calls
4
cut
Method · 0.80
copy
Method · 0.80
insertFromClipboard
Method · 0.80
insertTextFromClipboard
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…