Showing
1 changed file
with
1 additions
and
4 deletions
... | ... | @@ -412,11 +412,8 @@ export const useNodeFieldDisplay = ({ |
412 | 412 | resolveFieldResultMap.current?.(resultFieldMap.current); |
413 | 413 | if (value) { |
414 | 414 | handleRenderInputDisplay(); |
415 | - | |
416 | 415 | } else { |
417 | - setTimeout(() => { | |
418 | - resolveDisplayConfig.current?.() | |
419 | - }, 1000) | |
416 | + resolveDisplayConfig.current?.(); | |
420 | 417 | } |
421 | 418 | }; |
422 | 419 | ... | ... |