name change for braces on both sides

This commit is contained in:
Knut Sveidqvist 2024-09-05 11:34:24 +02:00
parent 525dcd4760
commit 9774c08336

View File

@ -230,7 +230,7 @@ const shapes = {
labelRect, labelRect,
curlyBraceRight, curlyBraceRight,
'brace-r': curlyBraceRight, 'brace-r': curlyBraceRight,
curlyBraces, braces: curlyBraces,
}; };
const nodeElems = new Map(); const nodeElems = new Map();