Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NikLever/ThreeJS-PathEditor
/ show
Method
show
menu.js:43–49 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
41
}
42
43
show(e) {
44
if
(this.menuState !== 1) {
45
this.positionMenu(e);
46
this.menuState = 1;
47
this.menu.style.display =
"block"
;
48
}
49
}
50
51
hide(){
52
if
(this.menuState !== 0) {
Callers
2
constructor
Method · 0.95
constructor
Method · 0.45
Calls
1
positionMenu
Method · 0.95
Tested by
no test coverage detected