From bc1eb3d67eedc9a4096dbd82e741fde29e9f04c4 Mon Sep 17 00:00:00 2001 From: Sqaaakoi Date: Sun, 2 Feb 2025 14:05:48 +1300 Subject: [PATCH] USRBG: Remove managed style (css lag fix) --- src/plugins/usrbg/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/usrbg/index.tsx b/src/plugins/usrbg/index.tsx index 402c77930..df823102a 100644 --- a/src/plugins/usrbg/index.tsx +++ b/src/plugins/usrbg/index.tsx @@ -116,6 +116,5 @@ export default definePlugin({ if (res.ok) { this.data = await res.json(); } - }, - style + } });