diff --git a/src/LGraphNode.ts b/src/LGraphNode.ts index b904e7d7a..f283bb8c8 100644 --- a/src/LGraphNode.ts +++ b/src/LGraphNode.ts @@ -3593,6 +3593,7 @@ export class LGraphNode implements Positionable, IPinnable, IColorable { // - the slot is valid during link drop // - the slot is connected const showSlot = !isWidgetInputSlot(slot) || + this.#isMouseOverSlot(slot) || this.#isMouseOverWidget(this.getWidgetFromSlot(slot)!) || (fromSlot && slotInstance.isValidTarget(fromSlot)) || slotInstance.isConnected()