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 227e582 commit b37d5fcCopy full SHA for b37d5fc
src/PropertyShapeDocument.js
@@ -509,9 +509,8 @@ export class PropertyShapeDocument extends PropertyDocumentMixin(LitElement) {
509
}
510
511
_getType(amf, id) {
512
- const dcs = this._computeDeclares(amf);
513
- let refs; // this._computeReferences(amf);
514
- return this._computeType(dcs, refs, id);
+ const refs = this._computeReferences(amf);
+ return this._computeReferenceType(refs, id);
515
516
517
_navigateType() {
0 commit comments