()
| 646 | } |
| 647 | |
| 648 | onEnterDOM() { |
| 649 | ResizeHandler.register(this, this._handleResizeBound); |
| 650 | this._enableComposition(); |
| 651 | this._effectiveValueState = this.valueState; |
| 652 | } |
| 653 | |
| 654 | onExitDOM() { |
| 655 | ResizeHandler.deregister(this, this._handleResizeBound); |
nothing calls this directly
no test coverage detected