mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
show note in flow viewer
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
modules={flow?.value?.modules}
|
||||
failureModule={flow?.value?.failure_module}
|
||||
preprocessorModule={flow?.value?.preprocessor_module}
|
||||
notes={flow?.value?.notes}
|
||||
onSelect={(nodeId) => {
|
||||
if (nodeId === 'Trigger') {
|
||||
dispatch('triggerDetail')
|
||||
|
||||
@@ -116,7 +116,6 @@
|
||||
let previousContainerHeight = $state(0)
|
||||
$effect(() => {
|
||||
if (containerHeight > 0 && containerHeight !== previousContainerHeight) {
|
||||
console.log('dbg containerHeight', containerHeight)
|
||||
previousContainerHeight = containerHeight
|
||||
data.onTextHeightChange?.(containerHeight)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user