Readd padding

This commit is contained in:
Benjamin Lu
2025-09-09 19:53:26 -07:00
parent cb2069cf13
commit a0ed9d902a

View File

@@ -72,6 +72,8 @@ export function useSelectionToolboxPosition(
worldPosition.value = {
x: unionBounds.x + unionBounds.width / 2,
// createBounds() applied a default padding of 10px
// so adjust Y to maintain visual consistency
y: unionBounds.y - 10
}