feat: fix removal of internal
This commit is contained in:
parent
3b9bbfa7fd
commit
623b27e646
|
|
@ -185,7 +185,7 @@ export const EditorWrapper: FC<{
|
|||
setLoaded(false);
|
||||
addRemoveInternal(current);
|
||||
}
|
||||
}, []);
|
||||
}, [addRemoveInternal, current]);
|
||||
|
||||
const addValue = useCallback(
|
||||
(index: number) => () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue