@@ -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);