Skip to content

Commit

Permalink
fix usage of wrong variable name in main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Jan 8, 2024
1 parent 23abe0a commit ca2b40d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-goats-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lblod/embeddable-say-editor": patch
---

Fix wrong variable name in `main.js`
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export async function renderEditor({
frameDoc.appendChild(vendorScript);

const vendorBundleScript = document.createElement('script');
vendorBundle.text = vendorBundle;
vendorBundleScript.text = vendorBundle;
frameDoc.appendChild(vendorBundleScript);

const appScript = document.createElement('script');
Expand Down

0 comments on commit ca2b40d

Please sign in to comment.