MCPcopy Create free account
hub / github.com/Mesh2Motion/mesh2motion-app / setup_tooltips

Method setup_tooltips

src/Mesh2MotionEngine.ts:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146
147 /* Add this attribute to an HTML element to give it a tooltip */
148 private setup_tooltips (): void {
149 tippy('[data-tippy-content]', { theme: 'mesh2motion' })
150 }
151
152 // for the release, let's just show the first N characters of the commit SHA
153 // then the branch we used to build. This comes from Cloudflare build process

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected