feat: continued migration

This commit is contained in:
LukeGus
2026-05-12 02:12:02 -05:00
parent 0efcb7de7e
commit 835b98a102
19 changed files with 1836 additions and 682 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export function TabBar({
const barRect = tabBarRef.current.getBoundingClientRect();
const x = Math.max(
barRect.left,
Math.min(barRect.right - d.width, e.clientX - d.offsetX),
Math.min(barRect.right - d.width - 4, e.clientX - d.offsetX),
);
const y = d.barTop;
setDragPos({ x, y });