show note in flow viewer

This commit is contained in:
Guilhem
2025-11-11 15:36:16 +01:00
parent 2f1a3dc37a
commit c429a57deb
2 changed files with 1 additions and 1 deletions
@@ -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)
}