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 a109fd4 commit 610f915Copy full SHA for 610f915
src/AmfHelperMixin.js
@@ -1123,7 +1123,7 @@ export const AmfHelperMixin = (base) => class extends base {
1123
}
1124
// In compact model some IDs are presented in long version (in source maps for examples)
1125
// This must test for this case as well.
1126
- const compactId = selected.replace('amf://id#', '');
+ const compactId = selected.replace('amf://id', '');
1127
let result = declare.find((item) => {
1128
if (Array.isArray(item)) {
1129
/* eslint-disable-next-line no-param-reassign */
0 commit comments