(host: HTMLElement)
| 157 | } |
| 158 | |
| 159 | function disposeCopyButton(host: HTMLElement) { |
| 160 | copyButtonState.get(host)?.dispose() |
| 161 | copyButtonState.delete(host) |
| 162 | } |
| 163 | |
| 164 | function disposeCopyButtons(root: Element) { |
| 165 | const hosts = [ |
no test coverage detected