show module output on hover

This commit is contained in:
Guilhem
2024-11-04 15:21:13 +01:00
parent 7b7e74b2ae
commit a6592cf34e
@@ -287,7 +287,7 @@ hover:border-blue-700 hover:!visible {hover ? '' : '!hidden'}"
viewOnly={false}
/>
</div>
{:else if selected && !$propPickerConfig}
{:else if (selected || hover) && !$propPickerConfig}
<div class="absolute -top-[14px] right-[200px]">
<FlowPropPicker
json={{ [id]: $flowStateStore[id]?.previewResult }}