()
| 326 | } |
| 327 | |
| 328 | onBeforeRendering() { |
| 329 | this._prepareTreeItems(); |
| 330 | } |
| 331 | |
| 332 | onAfterRendering() { |
| 333 | // Note: this is a workaround for the problem that the list cannot invalidate itself when its only physical child is a slot (and the list items are inside the slot) |
no test coverage detected