Michael Wang 3 lat temu
rodzic
commit
22fb954d68
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/features/mark/use/splitPane.ts

+ 1 - 1
src/features/mark/use/splitPane.ts

@@ -97,5 +97,5 @@ export function dragSplitPane() {
     }
   });
 
-  return { dragSpliter, topPercent };
+  return $$({ dragSpliter, topPercent });
 }