From d6beef3cc44776bf78b356a89a5cf1b019ca429f Mon Sep 17 00:00:00 2001 From: grainsoft Date: Fri, 30 Jan 2026 19:04:41 +0200 Subject: [PATCH] updates --- src/utils/Ut.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/Ut.js b/src/utils/Ut.js index b4bc060..c9a7a32 100644 --- a/src/utils/Ut.js +++ b/src/utils/Ut.js @@ -56,6 +56,8 @@ export class Ut { }); } + static uxRegister = extendNodeUx; + static device = { touchCapable : ('ontouchstart' in window), // Is Mobile Device Flag isMobile : /Mobi/.test(navigator.userAgent),