mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-05-06 16:36:45 -03:00
fix(nodes): preserve autocomplete widget values across workflow restore
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user