fix(core): update

This commit is contained in:
Philipp Kunz 2020-11-24 16:55:57 +00:00
parent d75e66ba78
commit 746c1148e3

View File

@ -16,6 +16,8 @@ export class ElementInstrumenter {
this.connectedElements.remove(elementArg);
originalDisconnectedCallback.apply(elementArg);
};
this.connectedElements.add(elementArg);
}
public async forEachelement(eachFuncArg: (elementArg: LitElement) => Promise<void>) {