* Completes expand: ensures that the element is not `display:none` and * updates measurements.
()
| 559 | * updates measurements. |
| 560 | */ |
| 561 | completeExpand() { |
| 562 | toggle(this.element, true); |
| 563 | this.requestMeasure(); |
| 564 | } |
| 565 | |
| 566 | /** |
| 567 | * @return {boolean} |
no test coverage detected