Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Easy-Editor/EasyEditor
/ select
Method
select
packages/core/src/document/node/node.ts:283–285 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
281
}
282
283
select() {
284
this.document.designer.selection.select(this.id)
285
}
286
287
hover(flag = true) {
288
if
(flag) {
Callers
9
initCommand
Function · 0.45
replaceChild
Method · 0.45
checkSelect
Method · 0.45
init
Function · 0.45
handleSelect
Function · 0.45
init
Function · 0.45
handleCanvasDrop
Function · 0.45
handleClick
Function · 0.45
handleSelect
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected