mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-04 16:03:06 +00:00
show module output on hover
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user