Skip to content

Commit b729022

Browse files
committed
Make a todo clearer.
1 parent 25c6529 commit b729022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newIDE/app/src/VariablesList/VariablesList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ const VariablesList = React.forwardRef<Props, VariablesListInterface>(
18581858
addVariable,
18591859
}));
18601860

1861-
// TODO Allow to past child-variables even when the variable list is locked.
1861+
// TODO Allow to past child-variables of existing object variables even when the variable list is locked.
18621862
const toolbar = (
18631863
<VariablesListToolbar
18641864
isNarrow={isNarrow}

0 commit comments

Comments
 (0)