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 7368fc7 commit 140503bCopy full SHA for 140503b
site/lib/src/extensions/api_link_processor.dart
@@ -31,7 +31,7 @@ class ApiLinkProcessor implements PageExtension {
31
]) {
32
// Only enable the tooltip for links that contain a code element.
33
processedNodes.add(
34
- ComponentNode(ApiLinkTooltip(url: href, text: text))
+ ComponentNode(ApiLinkTooltip(url: href, text: text)),
35
);
36
continue;
37
} else {
0 commit comments