Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Posney committed Oct 26, 2023
1 parent b2e5cdc commit 77d3f04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
dummy
### 1.0.1
* remove some debug

### 1.0.0
* first release with effect macro compatibility
2 changes: 1 addition & 1 deletion dist/module.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export async function attachMonacoEditor(form: HTMLFormElement) {
const select: HTMLSelectElement = form.querySelector('select[name="type"]')!;

commandLabel.insertAdjacentElement("beforeend", div);
console.error("Monaco Editor", select?.value, (select?.value ?? "script") === "script" ? "javascript" : "plaintext")

const editor = monaco.editor.create(div, {
// editor specific
Expand Down

0 comments on commit 77d3f04

Please sign in to comment.