Browse Source

change splitpane default

Michael Wang 3 years ago
parent
commit
a270a05d5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/features/mark/use/splitPane.ts

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

@@ -3,7 +3,7 @@ import { onMounted, onUnmounted, ref, watchEffect } from "vue";
 export function dragSplitPane() {
   let pos = { y: 0 };
   const dragSpliter = ref(null as unknown as HTMLDivElement);
-  let topPercent = ref(30);
+  let topPercent = ref(40);
 
   const mouseDownHandler = function (e: MouseEvent) {
     // console.log(e);