MCPcopy Create free account
hub / github.com/NikLever/ThreeJS-PathEditor / hide

Method hide

menu.js:51–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 hide(){
52 if (this.menuState !== 0) {
53 this.menuState = 0;
54 this.menu.style.display = "none";
55 }
56 }
57
58 getPosition(e) {
59 let posx = 0;

Callers 2

constructorMethod · 0.95
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected