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 5f18745 commit 183bcc2Copy full SHA for 183bcc2
src/Elastic.Markdown/Myst/Directives/TabSetBlock.cs
@@ -50,7 +50,7 @@ public override void FinalizeAndValidate(ParserContext context)
50
var tabSet = Parent as TabSetBlock;
51
52
TabSetIndex = tabSet?.FindIndex() ?? -1;
53
- TabSetGroupKey = tabSet?.GetGroupKey(); // ?? "default"
+ TabSetGroupKey = tabSet?.GetGroupKey();
54
55
SyncKey = Prop("sync");
56
Selected = PropBool("selected");
0 commit comments