[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-02-19 15:59:42 +00:00
parent 7d00323935
commit c8f1e0395a

View File

@@ -56,7 +56,8 @@ export function useNodePreviewAndDrag(
const target = e.currentTarget as HTMLElement
const rect = target.getBoundingClientRect()
const horizontalRect = options?.panelRef?.value?.getBoundingClientRect() ?? rect
const horizontalRect =
options?.panelRef?.value?.getBoundingClientRect() ?? rect
const { left, viewportHeight } = calculatePreviewPosition(horizontalRect)
let top = rect.top