fix(nodes): preserve autocomplete widget values across workflow restore

This commit is contained in:
Will Miao
2026-03-29 19:25:30 +08:00
parent ca44c367b3
commit a4cb51e96c
4 changed files with 288 additions and 19 deletions

View File

@@ -139,7 +139,7 @@ const onWheel = (event: WheelEvent) => {
}
// Handle external value changes (e.g., from "send lora to workflow")
const onExternalValueChange = (event: CustomEvent<{ value: string }>) => {
const onExternalValueChange = () => {
updateHasTextState()
}