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

Class

menu.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class Menu{
2 constructor( app, links ){
3 this.menu = document.querySelector(".context-menu");
4 this.menuState = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected