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.
2 parents 0b6daae + 22e1bc4 commit 627890dCopy full SHA for 627890d
src/AmfHelperMixin.js
@@ -1253,7 +1253,7 @@ export const AmfHelperMixin = (base) => class extends base {
1253
}
1254
// In compact model some IDs are presented in long version (in source maps for examples)
1255
// This must test for this case as well.
1256
- const compactId = selected.replace('amf://id#', '');
+ const compactId = selected.replace('amf://id', '');
1257
let result = declare.find((item) => {
1258
if (Array.isArray(item)) {
1259
/* eslint-disable-next-line no-param-reassign */
0 commit comments