From 0117b1595356ff1485c041256e1a01000feded78 Mon Sep 17 00:00:00 2001
From: Sebastian Mohr <sebastian@mohrenclan.de>
Date: Mon, 27 Jan 2025 14:55:38 +0100
Subject: [PATCH] Opacity transition not computed in the right direction.

---
 apps/fullstack/components/editor/remotePointers/component.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/fullstack/components/editor/remotePointers/component.tsx b/apps/fullstack/components/editor/remotePointers/component.tsx
index 9143c376..96ccbf86 100644
--- a/apps/fullstack/components/editor/remotePointers/component.tsx
+++ b/apps/fullstack/components/editor/remotePointers/component.tsx
@@ -89,9 +89,9 @@ function __Pointer({ pType, color, x, y, timestamp }: PointerI) {
         style: {
             left: x,
             top: y,
+            opacity,
         },
         color,
-        opacity,
     };
 
     useEffect(() => {
-- 
GitLab