MCPcopy Create free account
hub / github.com/FastLED/FastLED / hideTooltip

Function hideTooltip

src/platforms/wasm/compiler/modules/ui/ui_manager.ts:793–796  ·  view source on GitHub ↗
(tooltip)

Source from the content-addressed store, hash-verified

791}
792
793function hideTooltip(tooltip) {
794 tooltip.style.visibility = 'hidden';
795 tooltip.style.opacity = '0';
796}
797
798/**
799 * Main UI Manager class for FastLED WebAssembly applications

Callers 1

createHelpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected