From 88fe3d6c15817e325af56a6a133d45fc787ce8f4 Mon Sep 17 00:00:00 2001 From: felex67 Date: Sun, 24 May 2026 09:27:45 +0500 Subject: [PATCH] qq --- doxy/jsinject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxy/jsinject.js b/doxy/jsinject.js index 1149b39..51611f7 100644 --- a/doxy/jsinject.js +++ b/doxy/jsinject.js @@ -9,7 +9,7 @@ const jsinjectObserver = new ResizeObserver((entries) => { if (isInMobile) { // Здесь можно выполнять любые действия при изменении размера entry.target.style.borderColor = `hsl(${rect.width % 360}, 50%, 50%)`; - } + } } });