From f72885df91a426b80c3d7aa1928f03a9c668d6f1 Mon Sep 17 00:00:00 2001 From: Siolto Date: Mon, 13 May 2024 18:03:12 +0200 Subject: [PATCH] wip: dummy commit --- src/lib/wdi5-control.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/wdi5-control.ts b/src/lib/wdi5-control.ts index 5a8bd4ad..603eed84 100644 --- a/src/lib/wdi5-control.ts +++ b/src/lib/wdi5-control.ts @@ -210,6 +210,7 @@ export class WDI5Control { logging = await Promise.resolve(this._logging) } else { className = this.getControlInfo().className + controlSelector = this._controlSelector logging = this._logging }