Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ removeFromDom
Function
removeFromDom
packages/feedback/src/modal/integration.tsx:45–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
},
45
removeFromDom(): void {
46
el.remove();
47
style.remove();
48
DOCUMENT.body.style.overflow = originalOverflow;
49
},
50
open() {
51
renderContent(true);
52
options.onFormOpen?.();
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected