()
| 390 | } |
| 391 | |
| 392 | destroy() { |
| 393 | if (this._element) { |
| 394 | this._mountContainer.removeChild(this._element); |
| 395 | this._element = null; |
| 396 | } |
| 397 | |
| 398 | this.manageFocusAfterClose(); |
| 399 | } |
| 400 | |
| 401 | manageFocusAfterClose() { |
| 402 | if (this._triggeringElement) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…