fix: issue with freeze value on page refresh (#2623)
This commit is contained in:
parent
aa1958a4ad
commit
fb39c095da
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ export default function ParameterComponent({
|
|||
};
|
||||
|
||||
useEffect(() => {
|
||||
if (disabledOutput) {
|
||||
if (disabledOutput && data.node?.outputs![index].hidden) {
|
||||
handleUpdateOutputHide(false);
|
||||
}
|
||||
}, [disabledOutput]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue