* Removes the element from the fixed/sticky layer. * @param {!Element} element
(element)
| 344 | * @param {!Element} element |
| 345 | */ |
| 346 | removeElement(element) { |
| 347 | const fes = this.tearDownElement_(element); |
| 348 | this.returnFixedElements_(fes); |
| 349 | } |
| 350 | |
| 351 | /** |
| 352 | * Returns fixed elements from the transfer layer. |
no test coverage detected