MCPcopy Create free account
hub / github.com/microsoft/SandDance / finalize

Method finalize

packages/sanddance/src/tooltip.tsx:66–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 finalize() {
67 if (this.element) {
68 document.body.removeChild(this.element);
69 }
70 this.element = null;
71 }
72}
73
74function getRows(item: object, options: TooltipOptions) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected