feat: fix removal of internal

This commit is contained in:
Nevo David 2025-06-27 00:54:46 +07:00
parent 3b9bbfa7fd
commit 623b27e646
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ export const EditorWrapper: FC<{
setLoaded(false);
addRemoveInternal(current);
}
}, []);
}, [addRemoveInternal, current]);
const addValue = useCallback(
(index: number) => () => {