mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -29,8 +29,11 @@ import type {
|
||||
INodeOutputSlot
|
||||
} from '@/lib/litegraph/src/interfaces'
|
||||
|
||||
import { calculateInputSlotPosFromSlot, getSlotPosition } from './slotCalculations';
|
||||
import type { SlotPositionContext } from './slotCalculations';
|
||||
import {
|
||||
calculateInputSlotPosFromSlot,
|
||||
getSlotPosition
|
||||
} from './slotCalculations'
|
||||
import type { SlotPositionContext } from './slotCalculations'
|
||||
|
||||
const SLOT_HEIGHT = mockLiteGraph.NODE_SLOT_HEIGHT
|
||||
const TITLE_HEIGHT = mockLiteGraph.NODE_TITLE_HEIGHT
|
||||
|
||||
Reference in New Issue
Block a user