File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -499,19 +499,18 @@ export class PropertyShapeDocument extends PropertyDocumentMixin(LitElement) {
499
499
dElm [ 0 ] ,
500
500
this . ns . aml . vocabularies . docSourceMaps . element
501
501
) ;
502
- this . _targetTypeId = id ;
503
502
const type = this . _getType ( amf , id ) ;
504
503
if ( ! type ) {
505
504
return ;
506
505
}
507
506
507
+ this . _targetTypeId = id ;
508
508
this . _targetTypeName = this . _getValue ( type , this . ns . w3 . shacl . name ) ;
509
509
}
510
510
511
511
_getType ( amf , id ) {
512
- const dcs = this . _computeDeclares ( amf ) ;
513
- let refs ; // this._computeReferences(amf);
514
- return this . _computeType ( dcs , refs , id ) ;
512
+ const refs = this . _computeReferences ( amf ) ;
513
+ return this . _computeReferenceType ( refs , id ) ;
515
514
}
516
515
517
516
_navigateType ( ) {
You can’t perform that action at this time.
0 commit comments