()
| 332 | } |
| 333 | |
| 334 | destroy() { |
| 335 | if (this._element) { |
| 336 | this._mountContainer.removeChild(this._element); |
| 337 | this._element = null; |
| 338 | } |
| 339 | |
| 340 | this.manageFocusAfterClose(); |
| 341 | } |
| 342 | |
| 343 | manageFocusAfterClose() { |
| 344 | if (this._triggeringElement) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…