MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / removeFromDom

Function removeFromDom

packages/feedback/src/core/components/Actor.ts:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 shadow.appendChild(el);
47 },
48 removeFromDom(): void {
49 el.remove();
50 style.remove();
51 },
52 show(): void {
53 el.ariaHidden = 'false';
54 },

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected