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 b16b510 commit 2df3f5dCopy full SHA for 2df3f5d
playground/next/editor.mjs
@@ -452,6 +452,7 @@ window.app = createApp({
452
'@context': this.doc['@context']
453
};
454
this.contextDoc = context;
455
+ setEditorValue(this.sideEditor, this.contextDoc);
456
}
457
try {
458
const compacted = await jsonld.compact(this.doc, {'@context': context['@context'] || {}}, this.options);
@@ -468,6 +469,7 @@ window.app = createApp({
468
469
470
471
472
473
474
475
const flattened = await jsonld.flatten(this.doc, {'@context': context['@context'] || {}}, this.options);
0 commit comments