Explorar el Código

fix ref sugar

Michael Wang hace 3 años
padre
commit
22fb954d68
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 });
 }