* Register the given node with this InertRoot and with InertManager. * @param {Node} node
(node)
| 151 | * @param {Node} node |
| 152 | */ |
| 153 | _manageNode(node) { |
| 154 | const inertNode = this._inertManager.register(node, this); |
| 155 | this._managedNodes.add(inertNode); |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Unregister the given node with this InertRoot and with InertManager. |
no test coverage detected