We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7069543 commit 751857aCopy full SHA for 751857a
1 file changed
src/features/attributeSelect.tsx
@@ -339,7 +339,10 @@ const AttributeConfigPanel = ({
339
const uid = await createBlock({
340
node: {
341
text: value,
342
- children: [{ text: "options", children: [{ text: "" }] }],
+ children: [
343
+ { text: "options", children: [{ text: "" }] },
344
+ { text: "range", children: [] },
345
+ ],
346
},
347
order: "last",
348
parentUid: attributesUid,
0 commit comments