mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 08:30:06 +00:00
nit
This commit is contained in:
@@ -44,7 +44,6 @@ export function attachSlotLinkPreviewRenderer(canvas: LGraphCanvas) {
|
||||
if (!linkRenderer) return
|
||||
const context = buildContext(canvas)
|
||||
|
||||
// Prefer LinkConnector render links when available (multi-link drags, move-existing, reroutes)
|
||||
const adapter = createLinkConnectorAdapter()
|
||||
const renderLinks = adapter?.renderLinks
|
||||
if (!adapter || !renderLinks || renderLinks.length === 0) return
|
||||
|
||||
Reference in New Issue
Block a user