Skip to content

Commit

Permalink
Merge pull request #164 from DigiKlausur/refactor_diagram
Browse files Browse the repository at this point in the history
Replace hardcoded URL
  • Loading branch information
tmetzl authored Sep 4, 2023
2 parents d425723 + 7d9c870 commit 422fe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cells/src/utils/diagram-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class DiagramEditor {
if (this.frame != null) {
this.frame.contentWindow.postMessage(
JSON.stringify(msg),
"https://embed.diagrams.net"
this.drawOrigin
);
}
}
Expand Down

0 comments on commit 422fe65

Please sign in to comment.