mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-23 03:18:40 +00:00
Rename .value to .body in "ordgroup". (#1609)
This commit is contained in:
@@ -241,5 +241,5 @@ export function defineFunctionBuilders<NODETYPE: NodeType>({
|
||||
// list of elements, we normalize for different kinds of arguments
|
||||
export const ordargument = function(arg: AnyParseNode): AnyParseNode[] {
|
||||
const node = checkNodeType(arg, "ordgroup");
|
||||
return node ? node.value : [arg];
|
||||
return node ? node.body : [arg];
|
||||
};
|
||||
|
Reference in New Issue
Block a user