We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b12d87 commit dce8e11Copy full SHA for dce8e11
src/extensions/yfm/YfmTabs/YfmTabsSpecs/schema.ts
@@ -46,6 +46,7 @@ export const getSchemaSpecs: (
46
DEFAULT_PLACEHOLDERS.TabTitle,
47
alwaysVisible: true,
48
},
49
+ selectionContext: false,
50
selectable: false,
51
allowSelection: false,
52
complex: 'leaf',
@@ -164,6 +165,7 @@ export const getSchemaSpecs: (
164
165
content: placeholder?.[TabsNode.RadioTab] ?? DEFAULT_PLACEHOLDERS.RadioTabLabelTitle,
166
167
168
169
170
171
0 commit comments