From 0da7eaa18ec557ba8d92330f769df118e3ea8468 Mon Sep 17 00:00:00 2001 From: grainsoft Date: Wed, 18 Feb 2026 04:02:46 +0200 Subject: [PATCH] updates --- src/utils/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/dom.js b/src/utils/dom.js index 111914e..4a1d1ef 100644 --- a/src/utils/dom.js +++ b/src/utils/dom.js @@ -542,7 +542,7 @@ widget(data) { if (data) { - this[ Ut.WidgetUID ] = data; + this[ Ut.WidgetUID ] = data; return this; }