(webComponent: UI5Element)
| 64 | * @param webComponent |
| 65 | */ |
| 66 | const cancelRender = (webComponent: UI5Element) => { |
| 67 | invalidatedWebComponents.remove(webComponent); |
| 68 | unregisterElement(webComponent); |
| 69 | }; |
| 70 | |
| 71 | /** |
| 72 | * Schedules a rendering task, if not scheduled already |
no test coverage detected
searching dependent graphs…