Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/basecamp/trix
/ removeHiddenContainer
Method
removeHiddenContainer
src/trix/models/html_parser.js:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
removeHiddenContainer() {
113
return
removeNode(this.containerElement)
114
}
115
116
processNode(node) {
117
switch (node.nodeType) {
Callers
1
parse
Method · 0.95
Calls
1
removeNode
Function · 0.90
Tested by
no test coverage detected