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 cc94c64 commit 9a1c300Copy full SHA for 9a1c300
packages/ui/src/v2/components/ct-code-editor/ct-code-editor.ts
@@ -489,7 +489,7 @@ export class CTCodeEditor extends BaseElement {
489
490
// getEntityId now properly dereferences cells with paths, so we get
491
// the charm's intrinsic ID whether we call it on the cell or the value
492
- const charmIdObj = getEntityId(charmCell);
+ const charmIdObj = getEntityId(charmCell.resolveAsCell());
493
const charmId = charmIdObj?.["/"] || "";
494
if (charmId === id) {
495
return charmCell;
0 commit comments