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 701d0b1 commit 89d8eddCopy full SHA for 89d8edd
packages/markdown-template/src/templatemarkutil.js
@@ -63,7 +63,7 @@ const templateMarkManager = mkTemplateMarkManager();
63
*/
64
function findTemplateConcept(introspector, templateKind, conceptFullyQualifiedName) {
65
if(conceptFullyQualifiedName) {
66
- return introspector.getClassDeclaration();
+ return introspector.getClassDeclaration(conceptFullyQualifiedName);
67
}
68
else {
69
const templateModels = introspector.getClassDeclarations().filter((item) => {
0 commit comments